SessionStateAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the session state of the controller.
[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
- Inheritance
-
SessionStateAttribute
- Attributes
Constructors
SessionStateAttribute(SessionStateBehavior) |
Initializes a new instance of the SessionStateAttribute class |
Properties
Behavior |
Get the session state behavior for the controller. |