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

属性值

Boolean

如果浏览器要求在会话中保持控件状态,则为 true;否则为 false

例外

适用于