FormsAuthenticationConfiguration.Path Property
.NET Framework (current version)
Gets or sets the cookie path.
Assembly: System.Web (in System.Web.dll)
<ConfigurationPropertyAttribute("path", DefaultValue := "/")> <StringValidatorAttribute(MinLength := 1)> Public Property Path As String
Property Value
Type: System.StringThe path of the HTTP cookie to use for authentication. The default value is a slash (/), which represents the Web-application root.
The Path property indicates where the authentication cookie resides and is transmitted along with the authentication cookie itself.
The following code example shows how to access the Path property. Refer to the code example in the FormsAuthenticationConfiguration class topic to learn how to get the section.
.NET Framework
Available since 2.0
Available since 2.0
Show: