PageStatePersister.Page Property

 

Gets or sets the Page object that the view state persistence mechanism is created for.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

member Page : Page with get, set

Property Value

Type: System.Web.UI.Page

The Page that the PageStatePersister is associated with.

You can use the Page property to access the current HttpContext object.

.NET Framework
Available since 2.0
Return to top
Show: