HttpBrowserCapabilitiesBase::AddBrowser Method (String^)

 

When overridden in a derived class, used internally to add an entry to the internal collection of browsers for which capabilities are recognized.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void AddBrowser(
	String^ browserName
)

Parameters

browserName
Type: System::String^

The name of the browser to add.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: