Table of Contents

Interface NavigatorID

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("NavigatorID")]
public interface NavigatorID

Properties

AppCodeName

[Value("appCodeName")]
string AppCodeName { get; }

Property Value

string

AppName

[Value("appName")]
string AppName { get; }

Property Value

string

AppVersion

[Value("appVersion")]
string AppVersion { get; }

Property Value

string

Oscpu

[Value("oscpu")]
string Oscpu { get; }

Property Value

string

Platform

[Value("platform")]
string Platform { get; }

Property Value

string

Product

[Value("product")]
string Product { get; }

Property Value

string

ProductSub

[Value("productSub")]
string ProductSub { get; }

Property Value

string

UserAgent

[Value("userAgent")]
string UserAgent { get; }

Property Value

string

Vendor

[Value("vendor")]
string Vendor { get; }

Property Value

string

VendorSub

[Value("vendorSub")]
string VendorSub { get; }

Property Value

string

Methods

TaintEnabled()

[Value("taintEnabled")]
bool TaintEnabled()

Returns

bool