CookieHandlerElement::Path Property
.NET Framework (current version)
Gets or sets the path value for cookies written by the handler.
Assembly: System.IdentityModel.Services (in System.IdentityModel.Services.dll)
public: [ConfigurationPropertyAttribute("path", IsRequired = false)] property String^ Path { String^ get(); void set(String^ value); }
If no path is defined, the path defined by the AppDomainAppVirtualPath property is used.
Represents the path attribute of the <cookieHandler> element.
.NET Framework
Available since 4.5
Available since 4.5
Show: