C# Class FiftyOne.Foundation.Mobile.Detection.FiftyOneBrowserCapabilities.FiftyOneBrowserCapabilities

Inheritance: System.Web.HttpBrowserCapabilities
Afficher le fichier Open project: 51Degrees/dotNET-Device-Detection

Private Properties

Свойство Type Description
Contains bool

Méthodes publiques

Méthode Description
FiftyOneBrowserCapabilities ( System.Web.HttpBrowserCapabilities defaultBrowserCapabilities, HttpRequest request, Match match ) : System

Constructs an instance of

this ( string key ) : string

Returns the value of the property by first checking the results assigned to the browser capabilities. If no result is found then base implementation is called.

Private Methods

Méthode Description
Contains ( Values values, string value ) : bool

Compares two lists to see if they contain at least one value that is the same.

Method Details

FiftyOneBrowserCapabilities() public méthode

Constructs an instance of
public FiftyOneBrowserCapabilities ( System.Web.HttpBrowserCapabilities defaultBrowserCapabilities, HttpRequest request, Match match ) : System
defaultBrowserCapabilities System.Web.HttpBrowserCapabilities
request System.Web.HttpRequest
match System.Text.RegularExpressions.Match
Résultat System

this() public méthode

Returns the value of the property by first checking the results assigned to the browser capabilities. If no result is found then base implementation is called.
public this ( string key ) : string
key string The capability key being sought.
Résultat string