WebPageContext.Current Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a reference to the current WebPageContext object that is associated with a page.
public static System.Web.WebPages.WebPageContext Current { get; }
member this.Current : System.Web.WebPages.WebPageContext
Public Shared ReadOnly Property Current As WebPageContext
Property Value
The current page context object.