PublishingHttpModule Members
Include Protected Members
Include Inherited Members
Enables or disables ASP.NET output caching, as appropriate, for a specified response.
The PublishingHttpModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PublishingHttpModule | Constructs a PublishingHttpModule object. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases any resources that the ASP.NET IHttpModule interface is holding. | |
DontChangeCacheHeadersForRequest | Prevents the caching mechanism from changing cache headers for a specific request. | |
DontEnableCachingForRequest | Prevents the current page output from being cached. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Init | Initializes the ASP.NET IHttpModule interface and registers it to handle the last event before ASP.NET determines whether to place the response in the cache. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) | |
ValidateCache | Cache validation callback function that is used by the ASP.NET output cache to determine if a cache entry is still valid. |
Top