C# 클래스 Imgix_Dotnet.Configuration.AppConfig.ImgixAppConfig

Get Imgix configuration from app config
파일 보기 프로젝트 열기: estei/Imgix-Dotnet

공개 메소드들

메소드 설명
GetImgixSection ( ) : ImgixSection

Gets the configuration from App config

GetOptions ( ) : IImgixOptions

Gets the configuration from App config as ImgixOptions object

메소드 상세

GetImgixSection() 공개 정적인 메소드

Gets the configuration from App config
public static GetImgixSection ( ) : ImgixSection
리턴 ImgixSection

GetOptions() 공개 정적인 메소드

Gets the configuration from App config as ImgixOptions object
public static GetOptions ( ) : IImgixOptions
리턴 IImgixOptions