C# 클래스 TypeScriptAngularWebApiAppHalSwagger.SwaggerConfig

This represents the config entity for Swagger.
파일 보기 프로젝트 열기: devkimchi/TypeScript-WebApi-Sample

공개 메소드들

메소드 설명
ConfigSwagger ( this config ) : void

Registers the Swagger settings.

비공개 메소드들

메소드 설명
GetXmlCommentsPath ( ) : string

Gets the location of the XML documentation generated by VS.

Register ( System.Web.Http.HttpConfiguration config ) : void

메소드 상세

ConfigSwagger() 공개 정적인 메소드

Registers the Swagger settings.
public static ConfigSwagger ( this config ) : void
config this The instance.
리턴 void