HttpBrowserCapabilitiesBase::IsBrowser Method (String^)
.NET Framework (current version)
When overridden in a derived class, gets a value that indicates whether the client browser is the same as the specified browser.
Assembly: System.Web (in System.Web.dll)
Parameters
- browserName
-
Type:
System::String^
The specified browser.
Return Value
Type: System::Booleantrue if the client browser is the same as the specified browser; otherwise, false.
| Exception | Condition |
|---|---|
| NotImplementedException | Always. |
.NET Framework
Available since 3.5
Available since 3.5
Show: