CookieHandlerElement::Path Property

.NET Framework (current version)
 

Gets or sets the path value for cookies written by the handler.

Namespace:   System.IdentityModel.Services
Assembly:  System.IdentityModel.Services (in System.IdentityModel.Services.dll)

public:
[ConfigurationPropertyAttribute("path", IsRequired = false)]
property String^ Path {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that contains the path.

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
Return to top
Show: