MobileCapabilities.SupportsEmptyStringInCookieValue Propriedade

Definição

Obtém um valor que indica se o navegador dá suporte a cadeias de caracteres vazias (nulas) em valores de cookie.Gets a value indicating whether the browser supports empty (null) strings in cookie values.

public:
 virtual property bool SupportsEmptyStringInCookieValue { bool get(); };
public virtual bool SupportsEmptyStringInCookieValue { get; }
member this.SupportsEmptyStringInCookieValue : bool
Public Overridable ReadOnly Property SupportsEmptyStringInCookieValue As Boolean

Valor da propriedade

Boolean

true Se o navegador der suporte a null cadeias de caracteres vazias () em valores de cookie; caso contrário, false .true if the browser supports empty (null) strings in cookie values; otherwise, false. O padrão é false.The default is false.

Aplica-se a