HttpCapabilitiesBase.IsBrowser(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.