CookieBuilderName Property  | 
 
                Gets or sets the name of the cookie.
            
 
    Namespace: 
   DotNetBrowser.Cookies
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntaxpublic string Name { get; set; }Property Value
Type: 
StringThe cookie's name.
Exceptions| Exception | Condition | 
|---|
| ArgumentException | 
                The value is null, empty or blank.
             | 
See Also