Table of Contents

Method IsPlainTextMimeType

Namespace
Sisk.Core.Helpers
Assembly
Sisk.Core.dll

IsPlainTextMimeType(string?)

Gets a value indicating whether the specified MIME type is a plain text MIME type.

public static bool IsPlainTextMimeType(string? mimeType)

Parameters

mimeType string

The MIME type to check.

Returns

bool

true if the MIME type is a plain text MIME type; otherwise, false.