Interface IClientCapability
Assembly: DotNetNuke.dll
Syntax
public interface IClientCapability
Properties
BrowserName
Declaration
string BrowserName { get; set; }
Property Value
FacebookRequest
Declaration
FacebookRequest FacebookRequest { get; set; }
Property Value
HtmlPreferedDTD
Declaration
string HtmlPreferedDTD { get; set; }
Property Value
ID
Declaration
Property Value
IsMobile
Declaration
bool IsMobile { get; set; }
Property Value
IsTablet
Declaration
bool IsTablet { get; set; }
Property Value
IsTouchScreen
Declaration
bool IsTouchScreen { get; set; }
Property Value
this[string]
Declaration
string this[string name] { get; }
Parameters
Type |
Name |
Description |
string |
name |
|
Property Value
SSLOffload
Declaration
string SSLOffload { get; set; }
Property Value
ScreenResolutionHeightInPixels
Declaration
int ScreenResolutionHeightInPixels { get; set; }
Property Value
ScreenResolutionWidthInPixels
Declaration
int ScreenResolutionWidthInPixels { get; set; }
Property Value
SupportsFlash
Declaration
bool SupportsFlash { get; set; }
Property Value
UserAgent
Declaration
string UserAgent { get; set; }
Property Value
Extension Methods