Class ResponsiveWebSettingsConfigSectionHandler
Inheritance
System.Object
ResponsiveWebSettingsConfigSectionHandler
Namespace: ArtOfTest.WebAii.Core
Assembly: ArtOfTest.WebAii.dll
Syntax
public class ResponsiveWebSettingsConfigSectionHandler : ConfigurationSection
Constructors
ResponsiveWebSettingsConfigSectionHandler()
Declaration
public ResponsiveWebSettingsConfigSectionHandler()
Properties
Height
Declaration
public int Height { get; set; }
Property Value
System.Int32
|
UserAgent
Declaration
public string UserAgent { get; set; }
Property Value
System.String
|
Width
Declaration
public int Width { get; set; }
Property Value
System.Int32
|