HttpCapabilitiesBase.SupportsEmptyStringInCookieValue Property
.NET Framework 3.0
Gets a value indicating whether the browser supports empty (a null reference (Nothing in Visual Basic)) strings in cookie values.
Namespace: System.Web.Configuration
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public boolean get_SupportsEmptyStringInCookieValue ()
public function get SupportsEmptyStringInCookieValue () : boolean
Not applicable.
Property Value
true if the browser supports empty (a null reference (Nothing in Visual Basic)) strings in cookie values; otherwise, false. The default is false.Community Additions
ADD
Show: