PublishingHttpModule members
This member is reserved for internal use and is not intended to be used directly from your code.
The PublishingHttpModule type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PublishingHttpModule | Initializes a new instance of a PublishingHttpModule object. |
Top
Methods
Name | Description | |
---|---|---|
BeginRequestHandler | Handles the event fired at the beginning of every request. | |
Dispose | Releases any resources that the ASP.NETIHttpModule 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.NETIHttpModule 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