Table of Contents

Property Value

Namespace
DotNetBrowser.Cookies
Assembly
DotNetBrowser.dll

Gets or sets the value of the cookie.

public string Value { get; set; }

Property Value

string

The cookie's value.

Exceptions

ArgumentException

The value is null, empty or blank.