Nevron.UI.WebForm.Controls Assembly > Nevron.UI.WebForm.Controls Namespace : NBrowser Class |
The following tables list the members exposed by NBrowser.
Name | Description | |
---|---|---|
![]() | NBrowser Constructor | Consturcts a new NBrowser object. |
Name | Description | |
---|---|---|
![]() | FromMajorVersion | The major version of the browser to start the match from. |
![]() | FromMinorVersion | The minor version of the browser to start the match from. |
![]() | MatchExpression | A .NET regular expression that must match the browser HTTP User Agent header. |
![]() | MatchIfBiggerVersion | Whether or not to use the upper browser version boundary. |
![]() | NoMatchExpression | A .NET regular expression that must not match the browser HTTP User Agent header. |
![]() | ToMajorVersion | The major version of the browser to end the match. |
![]() | ToMinorVersion | The minor version of the browser to end the match. |
Name | Description | |
---|---|---|
![]() | GetBrowserDescription | Returns a short description of the browsers recognized by this object. |
![]() | Match | Determines whether the browser description matches the browser. |