WebPageHttpHandler Class
Provides methods and properties that are used to process specific URL extensions.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The WebPageHttpHandler type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WebPageHttpHandler | Initializes a new instance of the WebPageHttpHandler class by using the specified web page. |
| Name | Description | |
|---|---|---|
![]() ![]() | DisableWebPagesResponseHeader | Gets or sets a value that indicates whether web page response headers are disabled. |
![]() | IsReusable | Gets a value that indicates whether another request can use the WebPageHttpHandler instance. |
| Name | Description | |
|---|---|---|
![]() ![]() | CreateFromVirtualPath | Creates a new IHttpHandler handler object from the specified virtual path. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() ![]() | GetRegisteredExtensions | Returns a list of file name extensions that the current WebPageHttpHandler instance can process. |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ProcessRequest | Processes the web page by using the specified context. |
![]() ![]() | RegisterExtension | Adds a file name extension to the list of extensions that are processed by the current WebPageHttpHandler instance. |
![]() | ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | WebPagesVersionHeaderName | The HTML tag name (X-AspNetWebPages-Version) for the version of the ASP.NET Web Pages specification that is used by this web page. |
Show:
