Toggle navigation
Hot Examples
RU
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
Показать файл
Открыть проект
Открытые методы
Метод
Описание
Configuration
(
IAppBuilder
app
) :
void
Описание методов
Configuration()
публичный
Метод
public
Configuration
(
IAppBuilder
app
) :
void
app
IAppBuilder
Результат
void