Show / Hide Table of Contents

Class WebApplicationBuilderExtensions

Inheritance
object
WebApplicationBuilderExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public static class WebApplicationBuilderExtensions

Methods

AddApplicationAsync(WebApplicationBuilder, Type, Action<AbpApplicationCreationOptions>)

Declaration
public static Task<IAbpApplicationWithExternalServiceProvider> AddApplicationAsync(this WebApplicationBuilder builder, Type startupModuleType, Action<AbpApplicationCreationOptions> optionsAction = null)
Parameters
Type Name Description
Microsoft.AspNetCore.Builder.WebApplicationBuilder builder
System.Type startupModuleType
System.Action<T><AbpApplicationCreationOptions> optionsAction
Returns
Type Description
System.Threading.Tasks.Task<TResult><IAbpApplicationWithExternalServiceProvider>

AddApplicationAsync<TStartupModule>(WebApplicationBuilder, Action<AbpApplicationCreationOptions>)

Declaration
public static Task<IAbpApplicationWithExternalServiceProvider> AddApplicationAsync<TStartupModule>(this WebApplicationBuilder builder, Action<AbpApplicationCreationOptions> optionsAction = null) where TStartupModule : IAbpModule
Parameters
Type Name Description
Microsoft.AspNetCore.Builder.WebApplicationBuilder builder
System.Action<T><AbpApplicationCreationOptions> optionsAction
Returns
Type Description
System.Threading.Tasks.Task<TResult><IAbpApplicationWithExternalServiceProvider>
Type Parameters
Name Description
TStartupModule
In This Article
Back to top Powered by Volosoft