Click or drag to resize

WebDocumentRequestHandler Properties

The WebDocumentRequestHandler type exposes the following members.

Properties
  NameDescription
Public propertyIsReusable
Gets a value indicating whether another request can use the IHttpHandler instance.
Public propertyReplaceFileExtensionOnSave
Gets or sets a value indicating for which files WDV should set extensions during document save operation.
Public propertyResponseCacheability
Gets or sets the Cache-Control header to one of the values of HttpCacheability
Public propertyResponseMaxAge
Gets or set a time span value for max-age HTTP header.
Public propertyResponseNoServerCaching
Gets or set a flag indicating whether or not stop all origin-server caching for the current response.
Public propertyResponseNoStore
Gets or set a flag indicating whether or not sets the Cache-Control: no-store HTTP header.
Public propertyResponseProxyMaxAge
Gets or set a time span value for s-maxage HTTP header.
Top
See Also