SessionStateAttribute Klasse

Definition

Gibt den Sitzungszustand des Controllers an.

[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
Vererbung
SessionStateAttribute
Attribute

Konstruktoren

SessionStateAttribute(SessionStateBehavior)

Initialisiert eine neue Instanz der SessionStateAttribute-Klasse.

Eigenschaften

Behavior

Ruft das Sitzungszustandsverhalten für den Controller ab.

Gilt für: