HttpBrowserCapabilitiesBase.AddBrowser Method (String)
.NET Framework (current version)
When overridden in a derived class, used internally to add an entry to the internal collection of browsers for which capabilities are recognized.
Assembly: System.Web (in System.Web.dll)
abstract AddBrowser : browserName:string -> unit override AddBrowser : browserName:string -> unit
Parameters
- browserName
-
Type:
System.String
The name of the browser to add.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: