Show / Hide Table of Contents

Interface IClientCapability

Namespace: DotNetNuke.Services.ClientCapability
Assembly: DotNetNuke.dll
Syntax
public interface IClientCapability

Properties

BrowserName

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

FacebookRequest

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

HtmlPreferedDTD

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

ID

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

IsMobile

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

IsTablet

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

IsTouchScreen

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

this[string]

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

SSLOffload

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

ScreenResolutionHeightInPixels

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

ScreenResolutionWidthInPixels

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

SupportsFlash

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

UserAgent

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

Extension Methods

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