C# 클래스 TestSite.UmbracoStandardOwinStartup

The standard way to configure OWIN for Umbraco
The startup type is specified in appSettings under owin:appStartup - change it to "StandardUmbracoStartup" to use this class
상속: UmbracoDefaultOwinStartup
파일 보기 프로젝트 열기: mzajkowski/umbraco-rest-api-playground

공개 메소드들

메소드 설명
Configuration ( IAppBuilder app ) : void

메소드 상세

Configuration() 공개 메소드

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
리턴 void