C# 클래스 FiftyOne.Foundation.Mobile.Configuration.ImageOptimisationSection

Settings for image optimiser.
상속: System.Configuration.ConfigurationSection
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetXmlElement string
SetImageOptimisation void

공개 메소드들

메소드 설명
ImageOptimisationSection ( ) : System.Configuration

Default constructor for an instance of RedirectSection

비공개 메소드들

메소드 설명
GetXmlElement ( ) : string

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

SetImageOptimisation ( bool value ) : void

Sets the image optimisation value.

메소드 상세

ImageOptimisationSection() 공개 메소드

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