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)

abstract SetDirty : unit -> unit
override SetDirty : unit -> unit

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: