Table of Contents

Method IsBrowserKnownInlineMimeType

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

IsBrowserKnownInlineMimeType(string)

Determines whether the specified mime-type is considered an inline content type that can be displayed directly in the browser.

public static bool IsBrowserKnownInlineMimeType(string mimeType)

Parameters

mimeType string

The mime-type to evaluate.

Returns

bool

true if the content type is an inline content type; otherwise, false.