ClassSettings.ResponsiveWebSettings
Class
Settings for responsive web.
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
[DataContract]
public class Settings.ResponsiveWebSettings
Inheritance: objectSettings.ResponsiveWebSettings
Constructors
ResponsiveWebSettings()
Create a new instance of Settings.ResponsiveWebSettings class.
Declaration
cs-api-definition
public ResponsiveWebSettings()
ResponsiveWebSettings(ResponsiveWebSettings)
Create a new instance of Settings.ResponsiveWebSettings class.
Declaration
cs-api-definition
public ResponsiveWebSettings(Settings.ResponsiveWebSettings settingsToClone)
Parameters
settingsToClone
Settings.ResponsiveWebSettings
Settings to clone
ResponsiveWebSettings(ResponsiveWebSettingsConfigSectionHandler)
Create a new instance of Settings.ResponsiveWebSettings class.
Declaration
cs-api-definition
public ResponsiveWebSettings(ResponsiveWebSettingsConfigSectionHandler sectionHandler)
Parameters
sectionHandler
ResponsiveWebSettingsConfigSectionHandler
Configuration section handler
Properties
Height
Get or set device screen height.
UserAgent
Get or set device user agent.
Declaration
cs-api-definition
[DataMember]
public string UserAgent { get; set; }
Property Value