Click or drag to resize
HTTPHelper Class
Provides the methods for the safe access to the HTTPContext.
Inheritance Hierarchy
SystemObject
  CMS.HelpersHTTPHelper

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static class HTTPHelper

The HTTPHelper type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDispositionInlineExtensions
List of file extensions for which the default disposition is inline. (Beside image, '.html' and '.htm' extensions, default extensions are '.pdf', '.swf')
Top
Methods
  NameDescription
Public methodStatic memberFilenameEncode
File name encoding function.
Public methodStatic memberGetDispositionFilename
Gets file name in format to be used in response headers for content-disposition file name.
Public methodStatic memberIsDispositionInline
Indicates if file with given extension should be displayed inline browser.
Public methodStatic memberSetFileDisposition
Sets the file disposition to the output
Top
See Also