Class AbpWebAssemblyApplicationCreationOptions
Inheritance
System.Object
AbpWebAssemblyApplicationCreationOptions
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: Volo.Abp.AspNetCore.Components.WebAssembly
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.dll
Syntax
public class AbpWebAssemblyApplicationCreationOptions
Constructors
AbpWebAssemblyApplicationCreationOptions(WebAssemblyHostBuilder, AbpApplicationCreationOptions)
Declaration
public AbpWebAssemblyApplicationCreationOptions(WebAssemblyHostBuilder hostBuilder, AbpApplicationCreationOptions applicationCreationOptions)
Parameters
| Type | Name | Description |
|---|---|---|
| WebAssemblyHostBuilder | hostBuilder | |
| AbpApplicationCreationOptions | applicationCreationOptions |
Properties
ApplicationCreationOptions
Declaration
public AbpApplicationCreationOptions ApplicationCreationOptions { get; }
Property Value
| Type | Description |
|---|---|
| AbpApplicationCreationOptions |
HostBuilder
Declaration
public WebAssemblyHostBuilder HostBuilder { get; }
Property Value
| Type | Description |
|---|---|
| WebAssemblyHostBuilder |