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: Volo.Abp.AspNetCore.TestBase
Assembly: Volo.Abp.AspNetCore.TestBase.dll
Syntax
public static class WebApplicationBuilderExtensions

Methods

RunAbpModuleAsync<TModule>(WebApplicationBuilder, Action<AbpApplicationCreationOptions>?, string?)

Declaration
public static Task RunAbpModuleAsync<TModule>(this WebApplicationBuilder builder, Action<AbpApplicationCreationOptions>? optionsAction = null, string? applicationName = null) where TModule : IAbpModule
Parameters
Type Name Description
WebApplicationBuilder builder
Action<AbpApplicationCreationOptions> optionsAction
string applicationName
Returns
Type Description
Task
Type Parameters
Name Description
TModule
In this article
Back to top Powered by ABP.IO Platform