C# Class FiftyOne.Foundation.Mobile.Configuration.ImageOptimisationSection

Settings for image optimiser.
Inheritance: System.Configuration.ConfigurationSection
Mostrar archivo Open project: 51Degrees/dotNET-Device-Detection Class Usage Examples

Private Properties

Property Type Description
GetXmlElement string
SetImageOptimisation void

Public Methods

Method Description
ImageOptimisationSection ( ) : System.Configuration

Default constructor for an instance of RedirectSection

Private Methods

Method Description
GetXmlElement ( ) : string

Returns the XML that needs to be written to the configuration file.

SetImageOptimisation ( bool value ) : void

Sets the image optimisation value.

Method Details

ImageOptimisationSection() public method

Default constructor for an instance of RedirectSection
public ImageOptimisationSection ( ) : System.Configuration
return System.Configuration