HttpCapabilitiesBase::IsBrowser Method (String^)
.NET Framework (current version)
Gets a value indicating 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. The default is false.
The IsBrowser method also returns true if the client browser definition inherits from the specified browser.
.NET Framework
Available since 2.0
Available since 2.0
Show: