Sitecore 5.1.1 API

Context.ClientPage Property

Gets the current Sheer client page object.

[Visual Basic]
Public Shared Property ClientPage As ClientPage
[C#]
public static Web.UI.Sheer.ClientPage ClientPage {get; set;}

Remarks

If the current page does not inherit from the Sitecore.Web.UI.Sheer.ClientPage class, this property is null.

The ClientPage property provides access to the Sheer framework.

See Also

Context Class | Sitecore Namespace