C# Class 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
Inheritance: UmbracoDefaultOwinStartup
显示文件 Open project: mzajkowski/umbraco-rest-api-playground

Public Methods

Method Description
Configuration ( IAppBuilder app ) : void

Method Details

Configuration() public method

public Configuration ( IAppBuilder app ) : void
app IAppBuilder
return void