C# 클래스 Swashbuckle.Application.SwaggerEnabledConfiguration

파일 보기 프로젝트 열기: BenjaminAdams/Swashbuckle-blue 1 사용 예제들

공개 메소드들

메소드 설명
EnableSwaggerUi ( Action configure = null ) : void
EnableSwaggerUi ( string routeTemplate, Action configure = null ) : void
SwaggerEnabledConfiguration ( System.Web.Http.HttpConfiguration httpConfig, string>.Func rootUrlResolver, IEnumerable discoveryPaths, SwaggerDocsConfig swaggerDocsConfig ) : System

메소드 상세

EnableSwaggerUi() 공개 메소드

public EnableSwaggerUi ( Action configure = null ) : void
configure Action
리턴 void

EnableSwaggerUi() 공개 메소드

public EnableSwaggerUi ( string routeTemplate, Action configure = null ) : void
routeTemplate string
configure Action
리턴 void

SwaggerEnabledConfiguration() 공개 메소드

public SwaggerEnabledConfiguration ( System.Web.Http.HttpConfiguration httpConfig, string>.Func rootUrlResolver, IEnumerable discoveryPaths, SwaggerDocsConfig swaggerDocsConfig ) : System
httpConfig System.Web.Http.HttpConfiguration
rootUrlResolver string>.Func
discoveryPaths IEnumerable
swaggerDocsConfig SwaggerDocsConfig
리턴 System