WebDocumentRequestHandler Properties |
The WebDocumentRequestHandler type exposes the following members.
Name | Description | |
---|---|---|
![]() | IsReusable |
Gets a value indicating whether another request can use the IHttpHandler instance.
|
![]() | ReplaceFileExtensionOnSave |
Gets or sets a value indicating for which files WDV should set extensions during document save operation.
|
![]() | ResponseCacheability |
Gets or sets the Cache-Control header to one of the values of HttpCacheability |
![]() | ResponseMaxAge |
Gets or set a time span value for max-age HTTP header.
|
![]() | ResponseNoServerCaching |
Gets or set a flag indicating whether or not stop all origin-server caching for the current response.
|
![]() | ResponseNoStore |
Gets or set a flag indicating whether or not sets the Cache-Control: no-store HTTP header.
|
![]() | ResponseProxyMaxAge |
Gets or set a time span value for s-maxage HTTP header.
|