次の方法で共有


SessionStateAttribute クラス

定義

コントローラーのセッション状態を指定します。

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class SessionStateAttribute : Attribute
type SessionStateAttribute = class
    inherit Attribute
Public NotInheritable Class SessionStateAttribute
Inherits Attribute
継承
SessionStateAttribute
属性

コンストラクター

SessionStateAttribute(SessionStateBehavior)

SessionStateAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Behavior

コントローラーのセッション状態の動作を取得します。

適用対象