Click or drag to resize
HTTPHelperIsDispositionInline Method
Indicates if file with given extension should be displayed inline browser.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public static bool IsDispositionInline(
	string extension
)

Parameters

extension
Type: SystemString
File extension

Return Value

Type: Boolean
See Also