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

例外

適用対象