C# Класс Microsoft.Extensions.DependencyInjection.StartupExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AddCloudscribeCommmon ( this services ) : IServiceCollection
AddCloudscribeCore ( this services, IConfigurationRoot configuration ) : IServiceCollection
AddCloudscribeCoreDefaultPolicies ( this options ) : AuthorizationOptions
AddCloudscribeCoreNoDbIdentityServerStorage ( this builder ) : IIdentityServerBuilder
AddCloudscribeIdentityServerIntegration ( this builder ) : IIdentityServerBuilder
AddCloudscribeViewLocationFormats ( this options ) : RazorViewEngineOptions
AddConfigurationStore ( this builder ) : IIdentityServerBuilder
AddConfigurationStoreCache ( this builder ) : IIdentityServerBuilder
AddEmbeddedViewsForCloudscribeCore ( this options ) : RazorViewEngineOptions

This method adds an embedded file provider to the RazorViewOptions to be able to load the cloudscribe Core related views. If you download and install the views below your view folder you don't need this method and you can customize the views. You can get the views from https://github.com/joeaudette/cloudscribe/tree/master/src/cloudscribe.Core.Web/Views

AddEmbeddedViewsForCloudscribeIdentityServerIntegration ( this options ) : RazorViewEngineOptions
AddOperationalStore ( this builder ) : IIdentityServerBuilder

Описание методов

AddCloudscribeCommmon() публичный статический Метод

public static AddCloudscribeCommmon ( this services ) : IServiceCollection
services this
Результат IServiceCollection

AddCloudscribeCore() публичный статический Метод

public static AddCloudscribeCore ( this services, IConfigurationRoot configuration ) : IServiceCollection
services this
configuration IConfigurationRoot
Результат IServiceCollection

AddCloudscribeCoreDefaultPolicies() публичный статический Метод

public static AddCloudscribeCoreDefaultPolicies ( this options ) : AuthorizationOptions
options this
Результат AuthorizationOptions

AddCloudscribeCoreNoDbIdentityServerStorage() публичный статический Метод

public static AddCloudscribeCoreNoDbIdentityServerStorage ( this builder ) : IIdentityServerBuilder
builder this
Результат IIdentityServerBuilder

AddCloudscribeIdentityServerIntegration() публичный статический Метод

public static AddCloudscribeIdentityServerIntegration ( this builder ) : IIdentityServerBuilder
builder this
Результат IIdentityServerBuilder

AddCloudscribeViewLocationFormats() публичный статический Метод

public static AddCloudscribeViewLocationFormats ( this options ) : RazorViewEngineOptions
options this
Результат RazorViewEngineOptions

AddConfigurationStore() публичный статический Метод

public static AddConfigurationStore ( this builder ) : IIdentityServerBuilder
builder this
Результат IIdentityServerBuilder

AddConfigurationStoreCache() публичный статический Метод

public static AddConfigurationStoreCache ( this builder ) : IIdentityServerBuilder
builder this
Результат IIdentityServerBuilder

AddEmbeddedViewsForCloudscribeCore() публичный статический Метод

This method adds an embedded file provider to the RazorViewOptions to be able to load the cloudscribe Core related views. If you download and install the views below your view folder you don't need this method and you can customize the views. You can get the views from https://github.com/joeaudette/cloudscribe/tree/master/src/cloudscribe.Core.Web/Views
public static AddEmbeddedViewsForCloudscribeCore ( this options ) : RazorViewEngineOptions
options this
Результат RazorViewEngineOptions

AddEmbeddedViewsForCloudscribeIdentityServerIntegration() публичный статический Метод

public static AddEmbeddedViewsForCloudscribeIdentityServerIntegration ( this options ) : RazorViewEngineOptions
options this
Результат RazorViewEngineOptions

AddOperationalStore() публичный статический Метод

public static AddOperationalStore ( this builder ) : IIdentityServerBuilder
builder this
Результат IIdentityServerBuilder