WebPageContext Class
Contains data that is used by a WebPage object to reference details about the web application, the current HTTP request, the current execution context, and page-rendering data.
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
The WebPageContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WebPageContext | Initializes a new instance of the WebPageContext class. |
![]() | WebPageContext(HttpContextBase, WebPageRenderingBase, Object) | Initializes a new instance of the class by using the specified context, page, and model. |
| Name | Description | |
|---|---|---|
![]() ![]() | Current | Gets a reference to the current WebPageContext object that is associated with a page. |
![]() | Model | Gets the model that is associated with a page. |
![]() | Page | Gets the WebPageRenderingBase object that is associated with a page. |
![]() | PageData | Gets the page data that is shared between pages, layout pages, and partial pages. |
Show:
