LinqDataSourceView.IStateManager.TrackViewState Method

Definition

For a description of this member, see the IStateManagerTrackViewState method.

This API supports the product infrastructure and is not intended to be used directly from your code.

 virtual void System.Web.UI.IStateManager.TrackViewState() = System::Web::UI::IStateManager::TrackViewState;
void IStateManager.TrackViewState ();
abstract member System.Web.UI.IStateManager.TrackViewState : unit -> unit
override this.System.Web.UI.IStateManager.TrackViewState : unit -> unit
Sub TrackViewState () Implements IStateManager.TrackViewState

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the LinqDataSourceView instance is cast to the IStateManager interface.

Applies to

See also