HelperPage Properties

Include Protected Members
Include Inherited Members

The HelperPage type exposes the following members.

Properties

  Name Description
Public propertyStatic member App Gets the application-state data as a DynamicObject object that callers can use to create and access custom application-scoped properties.
Public propertyStatic member AppState Gets a reference to global application-state data that can be shared across sessions and requests in an ASP.NET application.
Public propertyStatic member Cache Gets the cache object for the current application domain.
Public propertyStatic member Context Gets the HttpContextBase object that is associated with a page.
Public propertyStatic member CurrentPage Gets the current page for this helper page.
Protected propertyStatic member HelperVirtualPath This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the path of the helper page.
Public propertyStatic member Html Gets the HtmlHelper object that is associated with a page.
Public propertyStatic member IsAjax Gets a value that indicates whether Ajax is being used during the request of the web page.
Public propertyStatic member IsPost Gets a value that indicates whether the current request is a post (submitted using the HTTP POST verb).
Public propertyStatic member Model Gets the model that is associated with a page.
Public propertyStatic member ModelState Gets the state data for the model that is associated with a page.
Public propertyStatic member Page Gets property-like access to page data that is shared between pages, layout pages, and partial pages.
Public propertyStatic member PageContext Gets and sets the HTTP context for the web page.
Public propertyStatic member PageData Gets array-like access to page data that is shared between pages, layout pages, and partial pages.
Public propertyStatic member Request Gets the HttpRequest object for the current HTTP request.
Public propertyStatic member Response Gets the HttpResponse object for the current HTTP response.
Public propertyStatic member Server Gets the HttpServerUtility object that provides methods that can be used as part of web-page processing.
Public propertyStatic member Session Gets the HttpSessionState object for the current HTTP request.
Public propertyStatic member UrlData Gets data related to the URL path.
Public propertyStatic member User Gets a user value based on the HTTP context.
Public propertyStatic member VirtualPath Gets the virtual path of the page.

Top

See Also

Reference

HelperPage Class

System.Web.WebPages Namespace