StateBag::SetDirty Method (Boolean)
.NET Framework (current version)
Sets the state of the StateBag object as well as the Dirty property of each of the StateItem objects contained by it.
Assembly: System.Web (in System.Web.dll)
Parameters
- dirty
-
Type:
System::Boolean
true to mark the state of the collection and its items as modified; otherwise, false.
The SetDirty method is used to force the collection and its contents to be serialized during a call to the IStateManager::SaveViewState method.
.NET Framework
Available since 2.0
Available since 2.0
Show: