Class
ResponsiveWebSettingsConfigSectionHandler

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 ConfigurationSection.GetRuntimeObject()ConfigurationSection.IsModified()ConfigurationSection.ResetModified()ConfigurationSection.DeserializeSection(XmlReader)ConfigurationSection.SerializeSection(ConfigurationElement, string, ConfigurationSaveMode)ConfigurationSection.ShouldSerializePropertyInTargetVersion(ConfigurationProperty, string, FrameworkName, ConfigurationElement)ConfigurationSection.ShouldSerializeElementInTargetVersion(ConfigurationElement, string, FrameworkName)ConfigurationSection.ShouldSerializeSectionInTargetVersion(FrameworkName)ConfigurationSection.SectionInformationConfigurationElement.Init()ConfigurationElement.IsReadOnly()ConfigurationElement.SetReadOnly()ConfigurationElement.ListErrors(IList)ConfigurationElement.InitializeDefault()ConfigurationElement.Reset(ConfigurationElement)ConfigurationElement.Equals(object)ConfigurationElement.GetHashCode()ConfigurationElement.SetPropertyValue(ConfigurationProperty, object, bool)ConfigurationElement.Unmerge(ConfigurationElement, ConfigurationElement, ConfigurationSaveMode)ConfigurationElement.SerializeToXmlElement(XmlWriter, string)ConfigurationElement.SerializeElement(XmlWriter, bool)ConfigurationElement.DeserializeElement(XmlReader, bool)ConfigurationElement.OnRequiredPropertyNotFound(string)ConfigurationElement.PostDeserialize()ConfigurationElement.PreSerialize(XmlWriter)ConfigurationElement.OnDeserializeUnrecognizedAttribute(string, string)ConfigurationElement.OnDeserializeUnrecognizedElement(string, XmlReader)ConfigurationElement.GetTransformedTypeString(string)ConfigurationElement.GetTransformedAssemblyString(string)ConfigurationElement.LockAttributesConfigurationElement.LockAllAttributesExceptConfigurationElement.LockElementsConfigurationElement.LockAllElementsExceptConfigurationElement.LockItemConfigurationElement.this[ConfigurationProperty]ConfigurationElement.this[string]ConfigurationElement.PropertiesConfigurationElement.ElementInformationConfigurationElement.EvaluationContextConfigurationElement.ElementPropertyConfigurationElement.HasContextConfigurationElement.CurrentConfiguration

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

int

UserAgent

Emulated device user agent

Declaration

cs-api-definition
[ConfigurationProperty("userAgent", IsRequired = false)]
public string UserAgent { get; set; }

Property Value

string

Width

Emulated device screen width

Declaration

cs-api-definition
[ConfigurationProperty("width", IsRequired = false)]
public int Width { get; set; }

Property Value

int