Class AbpWebAssemblyApplicationCreationOptionsAutofacExtensions
Inheritance
System.Object
AbpWebAssemblyApplicationCreationOptionsAutofacExtensions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.AspNetCore.Components.WebAssembly.Hosting
Assembly: Volo.Abp.Autofac.WebAssembly.dll
Syntax
public static class AbpWebAssemblyApplicationCreationOptionsAutofacExtensions
Methods
UseAutofac(AbpWebAssemblyApplicationCreationOptions, Action<ContainerBuilder>)
Declaration
public static void UseAutofac(this AbpWebAssemblyApplicationCreationOptions options, Action<ContainerBuilder> configure = null)
Parameters
| Type | Name | Description |
|---|---|---|
| AbpWebAssemblyApplicationCreationOptions | options | |
| System.Action<ContainerBuilder> | configure |