Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
TestSite
UmbracoCustomOwinStartup
C# 클래스 TestSite.UmbracoCustomOwinStartup
A custom way to configure OWIN for Umbraco
The startup type is specified in appSettings under owin:appStartup - change it to "UmbracoCustomOwinStartup" to use this class This startup class would allow you to customize the Identity IUserStore and/or IUserManager for the Umbraco Backoffice
파일 보기
프로젝트 열기: mzajkowski/umbraco-rest-api-playground
공개 메소드들
메소드
설명
Configuration
(
IAppBuilder
app
) :
void
메소드 상세
Configuration()
공개
메소드
public
Configuration
(
IAppBuilder
app
) :
void
app
IAppBuilder
리턴
void