HTTPHelper Class |
Namespace: CMS.Helpers
public static class HTTPHelper
The HTTPHelper type exposes the following members.
Name | Description | |
---|---|---|
DispositionInlineExtensions |
List of file extensions for which the default disposition is inline.
(Beside image, '.html' and '.htm' extensions, default extensions are '.pdf', '.swf')
|
Name | Description | |
---|---|---|
FilenameEncode |
File name encoding function.
| |
GetDispositionFilename |
Gets file name in format to be used in response headers for content-disposition file name.
| |
IsDispositionInline |
Indicates if file with given extension should be displayed inline browser.
| |
SetFileDisposition |
Sets the file disposition to the output
|