SessionAttribute.Name Property

.NET Framework (current version)
 

Gets the session state name.

Namespace:   System.Web.ModelBinding
Assembly:  System.Web (in System.Web.dll)

Public Property Name As String
	Get
	Private Set
End Property

Property Value

Type: System.String

The session state name.

For a tutorial series on using model binding with Web Forms, see Model Binding and Web Forms.

.NET Framework
Available since 4.5
Return to top
Show: