C# Class Imgix_Dotnet.Configuration.AppConfig.ImgixAppConfig

Get Imgix configuration from app config
显示文件 Open project: estei/Imgix-Dotnet

Public Methods

Method Description
GetImgixSection ( ) : ImgixSection

Gets the configuration from App config

GetOptions ( ) : IImgixOptions

Gets the configuration from App config as ImgixOptions object

Method Details

GetImgixSection() public static method

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

GetOptions() public static method

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