BrowserFactory.GetBrowserSupportLevel(String) Method

Definition

Returns the numerical support level for the specified browser.

public:
 abstract int GetBrowserSupportLevel(System::String ^ browserName);
public abstract int GetBrowserSupportLevel (string browserName);
abstract member GetBrowserSupportLevel : string -> int
Public MustOverride Function GetBrowserSupportLevel (browserName As String) As Integer

Parameters

browserName
String

The name of the browser.

Returns

The support level for the specified browser.

Applies to