Click or drag to resize
ResponseHeaderOverrides Properties

The ResponseHeaderOverrides type exposes the following members.

Properties
  NameDescription
Public propertyCacheControl
Gets or sets the cache-control header.If it's not specified, returns null.
Public propertyContentDisposition
Gets or sets the Content-Disposition header.
Public propertyContentEncoding
Gets or sets the Content-Encoding header.
Public propertyContentLanguage
Gets or sets content-language.If it's not specified, returns null.
Public propertyContentType
Gets or sets content-type. If it's not specified, returns null.
Public propertyExpires
Gets or sets the expires header. If it's not specified, returns null.
Top
See Also