Class ClientCapability
Inheritance
ClientCapability
Assembly: DotNetNuke.dll
Syntax
public class ClientCapability : IClientCapability
Constructors
ClientCapability()
Declaration
public ClientCapability()
Properties
BrowserName
Declaration
public string BrowserName { get; set; }
Property Value
FacebookRequest
Declaration
public FacebookRequest FacebookRequest { get; set; }
Property Value
HtmlPreferedDTD
Declaration
public string HtmlPreferedDTD { get; set; }
Property Value
ID
Declaration
public string ID { get; set; }
Property Value
IsMobile
Declaration
public bool IsMobile { get; set; }
Property Value
IsTablet
Declaration
public bool IsTablet { get; set; }
Property Value
IsTouchScreen
Declaration
public bool IsTouchScreen { get; set; }
Property Value
this[string]
Declaration
public virtual string this[string name] { get; }
Parameters
Type |
Name |
Description |
string |
name |
|
Property Value
SSLOffload
Declaration
public string SSLOffload { get; set; }
Property Value
ScreenResolutionHeightInPixels
Declaration
public int ScreenResolutionHeightInPixels { get; set; }
Property Value
ScreenResolutionWidthInPixels
Declaration
public int ScreenResolutionWidthInPixels { get; set; }
Property Value
SupportsFlash
Declaration
public bool SupportsFlash { get; set; }
Property Value
UserAgent
Declaration
public string UserAgent { get; set; }
Property Value
Implements
Extension Methods