HttpCapabilitiesBase.IsBrowser(String) Method

Definition

Gets a value indicating whether the client browser is the same as the specified browser.

public:
 bool IsBrowser(System::String ^ browserName);
public bool IsBrowser (string browserName);
member this.IsBrowser : string -> bool
Public Function IsBrowser (browserName As String) As Boolean

Parameters

browserName
String

The specified browser.

Returns

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

Remarks

The IsBrowser method also returns true if the client browser definition inherits from the specified browser.

Applies to