C# 클래스 TypeScriptAngularWebApiAppHal.WebApiConfig

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

공개 메소드들

메소드 설명
Configure ( IAppBuilder builder ) : void

Configures the Web API.

메소드 상세

Configure() 공개 정적인 메소드

Configures the Web API.
/// Throws when either builder or container is null. ///
public static Configure ( IAppBuilder builder ) : void
builder IAppBuilder /// The instance. ///
리턴 void