HttpCookie.Domain Property
.NET Framework 3.0
Gets or sets the domain to associate the cookie with.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Domain () /** @property */ public void set_Domain (String value)
public function get Domain () : String public function set Domain (value : String)
Not applicable.
Property Value
The name of the domain to associate the cookie with. The default value is the current domain.Community Additions
ADD
Show: