CookieHandlerElement::Domain Property

.NET Framework (current version)
 

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

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

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

Property Value

Type: System::String^

The domain value. The default is an empty string.

Represents the domain attribute of the <cookieHandler> element.

.NET Framework
Available since 4.5
Return to top
Show: