Interface IWebApiConfiguration
Assembly: Experior.Interfaces.dll
Syntax
public interface IWebApiConfiguration : IConfigurationRepository
Properties
Authentication
Declaration
AuthenticationConfiguration Authentication { get; set; }
Property Value
ControllerAssembliesBlackList
Declaration
List<string> ControllerAssembliesBlackList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
CorsConfiguration
Declaration
CorsConfiguration CorsConfiguration { get; set; }
Property Value
GraphicsServer
Declaration
GraphicsServerConfiguration GraphicsServer { get; set; }
Property Value
Swagger
Declaration
SwaggerConfiguration Swagger { get; set; }
Property Value
Url
Declaration
Property Value
Type |
Description |
System.String |
|
WebUi
Declaration
WebUiConfiguration WebUi { get; set; }
Property Value