WebStorageEnabled Property (.NET)

 

Type: Boolean

 

Returns True if the visitor has their HTML5 Web Storage enabled, False if it is disabled.

 

Note: This property requires the Enterprise Edition of BrowserHawk.

 

C# Example:

 

<%

ExtendedOptions options = new ExtendedOptions();

options.AddProperties("WebStorageEnabled");

ExtendedBrowserObj extBrow = BrowserObj.GetExtendedBrowser(options);

%>

<html>

Is your Web Storage enabled? <% Response.Write(extBrow.WebStorageEnabled); %>

</html>

 

 

Special notes for this property:

See Also:

SessionCookies Property (.NET)

PersistentCookies Property (.NET)