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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.