SiteMapPath.SaveViewState Method
.NET Framework 3.0
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Saves changes to view state for the SiteMapPath control.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
View state is the accumulation of the values of a server control's properties. These values are automatically placed in the server control's ViewState property, which is an instance of the StateBag class. The value of this property is then persisted to a string object after the save state stage of the server control life cycle.
When view state is saved, this string object is returned to the client as a variable that is stored in an Hidden HTML element. When you author custom server controls, you can improve efficiency by overriding this method and modifying your server control's ViewState property.
Community Additions
ADD
Show: