ClassResponsiveWebSettingsConfigSectionHandler
Class
Handler for "WebAii.Settings.ResponsiveWeb" section
Definition
Namespace:ArtOfTest.WebAii.Core
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ResponsiveWebSettingsConfigSectionHandler : ConfigurationSection
Inheritance: objectConfigurationElementConfigurationSectionResponsiveWebSettingsConfigSectionHandler
Inherited Members
Constructors
ResponsiveWebSettingsConfigSectionHandler()
Declaration
cs-api-definition
public ResponsiveWebSettingsConfigSectionHandler()
Properties
Height
Emulated device screen width
Declaration
cs-api-definition
[ConfigurationProperty("height", IsRequired = false)]
public int Height { get; set; }
Property Value
UserAgent
Emulated device user agent
Declaration
cs-api-definition
[ConfigurationProperty("userAgent", IsRequired = false)]
public string UserAgent { get; set; }
Property Value