HttpBrowserCapabilitiesBase.IsBrowser Method (String)

 

When overridden in a derived class, gets a value that indicates whether the client browser is the same as the specified browser.

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

abstract IsBrowser : 
        browserName:string -> bool
override IsBrowser : 
        browserName:string -> bool

Parameters

browserName
Type: System.String

The specified browser.

Return Value

Type: System.Boolean

true if the client browser is the same as the specified browser; otherwise, false.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: