HotSpot.TrackViewState 方法
定义
protected:
virtual void TrackViewState();
protected virtual void TrackViewState ();
abstract member TrackViewState : unit -> unit
override this.TrackViewState : unit -> unit
Protected Overridable Sub TrackViewState ()
注解
TrackViewState成员主要由控件开发人员从类派生自定义实现时使用 HotSpot 。The TrackViewState member is used primarily by control developers when deriving a custom implementation from the HotSpot class.
当初始化对象时,ASP.NET 会自动调用此方法 HotSpot 。This method is called automatically by ASP.NET when the HotSpot object is initialized.