DataHub® WebView™ Scripting
WV.GetCookie Method
See Also
Gets the current value of the specified Cookie.
S# Implementation
Copy
public static
object
GetCookie(
string
name
)
Parameters
name
Type:
string
The Cookie name.
Return Value
The current value.
Remarks
See
Script Cookies
for a discussion.
See Also
Reference
WV Class
WV Members
Cogent.DataHubWebView Namespace
Debug Window
Script Cookies
User Options