CookieOptions.Domain Property

Gets or sets the domain to associate the cookie with.

Namespace:  Microsoft.Owin
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

'Declaration
Public Property Domain As String 
    Get 
    Set
'Usage
Dim instance As CookieOptions 
Dim value As String 

value = instance.Domain

instance.Domain = value
public string Domain { get; set; }
public:
property String^ Domain {
    String^ get ();
    void set (String^ value);
}
member Domain : string with get, set
function get Domain () : String 
function set Domain (value : String)

Property Value

Type: System.String
The domain to associate the cookie with.

See Also

Reference

CookieOptions Class

Microsoft.Owin Namespace