Delen via


WebPageContext.Current Property

Definition

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.

Applies to