HttpCookies.get

Gets a cookie.

class HttpCookies
final
string
get
(
string name
)

Parameters

name string

The name of the cookie.

Return Value

Type: string

Returns the cookie if found, null otherwise.

Meta