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

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

Private Properties

Свойство Type Description
GetXmlElement string
SetImageOptimisation void

Méthodes publiques

Méthode Description
ImageOptimisationSection ( ) : System.Configuration

Default constructor for an instance of RedirectSection

Private Methods

Méthode 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 méthode

Default constructor for an instance of RedirectSection
public ImageOptimisationSection ( ) : System.Configuration
Résultat System.Configuration