Share via


CookieOptions.Domain Property

 

Gets or sets the domain to associate the cookie with.

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

Syntax

public string Domain { get; set; }
public:
property String^ Domain {
    String^ get();
    void set(String^ value);
}
member Domain : string with get, set
Public Property Domain As String

Property Value

Type: System.String

The domain to associate the cookie with.

See Also

CookieOptions Class
Microsoft.Owin Namespace

Return to top