C# 클래스 TypeScriptAngularWebApiAppHalSwagger.HalConfig

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

공개 메소드들

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

Configures HAL formatters.

비공개 메소드들

메소드 설명
ConfigHalJson ( this config ) : void
ConfigHalXml ( this config ) : void

메소드 상세

ConfigHal() 공개 정적인 메소드

Configures HAL formatters.
public static ConfigHal ( this config ) : void
config this instance.
리턴 void