BrowserFactory.GetBrowserSupportLevel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.