Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Parameter::SetDirty Method ()

 

Marks the Parameter object so its state will be recorded in view state.

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

public protected:
virtual void SetDirty()

The SetDirty method is called directly by the ParameterCollection::SetDirtyObject method, to mark the Parameter object so that its state is recorded in view state.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft