Method IsBrowserKnownInlineMimeType
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
stringThe mime-type to evaluate.
Returns
- bool
true
if the content type is an inline content type; otherwise,false
.