DataPagerField.IStateManager.LoadViewState(Object) Method
Definition
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.
Restores view-state information that was saved previously.
virtual void System.Web.UI.IStateManager.LoadViewState(System::Object ^ state) = System::Web::UI::IStateManager::LoadViewState;
void IStateManager.LoadViewState (object state);
abstract member System.Web.UI.IStateManager.LoadViewState : obj -> unit
override this.System.Web.UI.IStateManager.LoadViewState : obj -> unit
Sub LoadViewState (state As Object) Implements IStateManager.LoadViewState
Parameters
- state
- Object
The saved view-state values for the control.
Implements
Remarks
The IStateManager.LoadViewState interface method invokes the LoadViewState method. This contains the actual implementation and can be extended by control developers.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.