PageStatePersister Constructor (Page)

 

Initializes a new instance of the PageStatePersister class.

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

new : 
        page:Page -> PageStatePersister

Parameters

page
Type: System.Web.UI.Page

The Page that the view state persistence mechanism is created for.

Exception Condition
ArgumentNullException

The page parameter is null.

.NET Framework
Available since 2.0
Return to top
Show: