C# Class TypeScriptAngularWebApiAppHalSwagger.SwaggerConfig

This represents the config entity for Swagger.
Mostrar archivo Open project: devkimchi/TypeScript-WebApi-Sample

Public Methods

Method Description
ConfigSwagger ( this config ) : void

Registers the Swagger settings.

Private Methods

Method Description
GetXmlCommentsPath ( ) : string

Gets the location of the XML documentation generated by VS.

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

Method Details

ConfigSwagger() public static method

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