BrowserHelper Methods |
The BrowserHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContainsColumn |
Returns true if given column exists.
|
![]() ![]() | GetBrowser |
Gets the browser string from current request.
|
![]() ![]() | GetBrowserClass |
Gets the browser specific CSS class name including browser version number.
|
![]() ![]() | GetBrowserClass(Boolean) |
Gets the browser specific CSS class name.
|
![]() ![]() | GetMajorVersion |
Gets browser major version.
|
![]() ![]() | GetMinorVersion |
Gets browser minor version.
|
![]() ![]() | GetUrlReferrer |
Returns UrlReferrer from request.
|
![]() ![]() | GetUserAgent |
Returns mobile browser agent.
|
![]() ![]() | GetUserLanguages |
Returns list of browser user languages from request.
|
![]() | GetValue |
Returns given property from BrowserHelper. Setter is not implemented
|
![]() ![]() | IsCrawler |
Returns whether browsing device is search engine crawler (spider, bot).
|
![]() ![]() | IsGecko |
Indicates if browser is based on Gecko.
|
![]() ![]() | IsGecko2 |
Indicates if browser is based on Gecko of version 2.
|
![]() ![]() | IsGecko3 |
Indicates if browser is based on Gecko of version 3.
|
![]() ![]() | IsGecko4 |
Indicates if browser is based on Gecko of version 4.
|
![]() ![]() | IsChrome |
Returns true if current browser is Chrome.
|
![]() ![]() | IsIE |
Indicates if browser is Internet explorer.
|
![]() ![]() | IsIE6 |
Indicates if browser is Internet Explorer 6.
|
![]() ![]() | IsIE7 |
Indicates if browser is Internet Explorer 7.
|
![]() ![]() | IsIE8 |
Indicates if browser is Internet Explorer 8.
|
![]() ![]() | IsIE9 |
Indicates if browser is Internet Explorer 9.
|
![]() ![]() | IsMobileDevice |
Indicates if browser is mobile device.
|
![]() ![]() | IsMobileDevice(Boolean) |
Indicates if browser is mobile device.
|
![]() ![]() | IsOpera |
Indicates if browser is Opera.
|
![]() ![]() | IsSafari |
Returns true if current browser is Safari.
|
![]() ![]() | IsWebKit |
Indicates if browser is based on WebKit.
|
![]() ![]() | IsWin32 |
Indicates if client is a Win-32 based comupter.
|
![]() | SetValue |
Not implemented.
|
![]() | TryGetValue |
Returns given property from BrowserHelper
|
Name | Description | |
---|---|---|
![]() | AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) |
![]() | CopyTo |
Copies the data of specified columns of the source object to the target object.
(Defined by DataExtensions.) |
![]() | GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) |
![]() | CheckRequiredColumns |
Returns true if given list of columns do not have null values in the object
(Defined by DataExtensions.) |
![]() | ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToJSON |
Returns JSON representation of current instance of IDataContainer.
(Defined by DataExtensions.) |
![]() | ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
![]() | ToXML |
Returns XML representation of current instance of IDataContainer.
(Defined by DataExtensions.) |