Show / Hide Table of Contents

Class ClientCapability

Inheritance
object
ClientCapability
Implements
IClientCapability
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.ClientCapability
Assembly: DotNetNuke.dll
Syntax
public class ClientCapability : IClientCapability

Constructors

ClientCapability()

Declaration
public ClientCapability()

Properties

BrowserName

Declaration
public string BrowserName { get; set; }
Property Value
Type Description
string

FacebookRequest

Declaration
public FacebookRequest FacebookRequest { get; set; }
Property Value
Type Description
FacebookRequest

HtmlPreferedDTD

Declaration
public string HtmlPreferedDTD { get; set; }
Property Value
Type Description
string

ID

Declaration
public string ID { get; set; }
Property Value
Type Description
string

IsMobile

Declaration
public bool IsMobile { get; set; }
Property Value
Type Description
bool

IsTablet

Declaration
public bool IsTablet { get; set; }
Property Value
Type Description
bool

IsTouchScreen

Declaration
public bool IsTouchScreen { get; set; }
Property Value
Type Description
bool

this[string]

Declaration
public virtual string this[string name] { get; }
Parameters
Type Name Description
string name
Property Value
Type Description
string

SSLOffload

Declaration
public string SSLOffload { get; set; }
Property Value
Type Description
string

ScreenResolutionHeightInPixels

Declaration
public int ScreenResolutionHeightInPixels { get; set; }
Property Value
Type Description
int

ScreenResolutionWidthInPixels

Declaration
public int ScreenResolutionWidthInPixels { get; set; }
Property Value
Type Description
int

SupportsFlash

Declaration
public bool SupportsFlash { get; set; }
Property Value
Type Description
bool

UserAgent

Declaration
public string UserAgent { get; set; }
Property Value
Type Description
string

Implements

IClientCapability

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS