HttpBrowserCapabilitiesBase.RequiresControlStateInSession 属性

定义

在派生类中重写时,获取一个值,该值指示浏览器是否需要在会话中维护控件状态。

public:
 virtual property bool RequiresControlStateInSession { bool get(); };
public virtual bool RequiresControlStateInSession { get; }
member this.RequiresControlStateInSession : bool
Public Overridable ReadOnly Property RequiresControlStateInSession As Boolean

属性值

true 如果浏览器需要在会话中维护控制状态,则为否则,为 false.

例外

适用于