Property DomainName
- Namespace
- DotNetBrowser.Cookies
- Assembly
- DotNetBrowser.dll
DomainName
Gets the domain name set for this cookie. It specifies allowed hosts to receive the cookie.
public string DomainName { get; }
Property Value
- string
The domain name.