HotSpot.IStateManager.SaveViewState Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the changes to the HotSpot object's view state since the last time the page was posted back to the server.
virtual System::Object ^ System.Web.UI.IStateManager.SaveViewState() = System::Web::UI::IStateManager::SaveViewState;
object IStateManager.SaveViewState();
abstract member System.Web.UI.IStateManager.SaveViewState : unit -> obj
override this.System.Web.UI.IStateManager.SaveViewState : unit -> obj
Function SaveViewState () As Object Implements IStateManager.SaveViewState
The Object that contains the changes to the HotSpot object's view state.
Typically, you should use the HotSpot.SaveViewState method to save the view state for the HotSpot region.
The IStateManager.SaveViewState method is an explicit interface member implementation. It can be used only when a HotSpot instance is cast to an IStateManager interface.
To define a custom implementation for tracking view state for a HotSpot object, override the SaveViewState() member. The explicit interface implementation calls the SaveViewState() method to save view-state changes for the object.
Produkt | Verzie |
---|---|
.NET Framework | 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Pripomienky k produktu .NET
.NET je open-source projekt. Ak chcete poskytnúť pripomienky, vyberte prepojenie: