Method IsPlainTextMimeType
IsPlainTextMimeType(string?)
Gets a value indicating whether the specified MIME type is a plain text MIME type.
public static bool IsPlainTextMimeType(string? mimeType)
Parameters
mimeTypestringThe MIME type to check.
Gets a value indicating whether the specified MIME type is a plain text MIME type.
public static bool IsPlainTextMimeType(string? mimeType)
mimeType stringThe MIME type to check.