StyleCollection.SetDirtyObject Method (Object)

 
Use BaseTrue

Instructs the input Style object contained in the collection to record its entire state to view state, rather than recording only change information.

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

Protected Overrides Sub SetDirtyObject (
	o As Object
)

Parameters

o
Type: System.Object

The Style object that should serialize itself completely.

.NET Framework
Available since 2.0
Return to top
Show: