HttpCapabilitiesBase::AddBrowser Method (String^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally to add an entry to the internal collection of browsers for which capabilities are recognized.

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

public:
void AddBrowser(
	String^ browserName
)

Parameters

browserName
Type: System::String^

The name of the browser to add.

.NET Framework
Available since 2.0
Return to top
Show: