Class AbpRouterOptions
Inheritance
System.Object
AbpRouterOptions
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.Theming.Routing
Assembly: Volo.Abp.AspNetCore.Components.WebAssembly.Theming.dll
Syntax
public class AbpRouterOptions
Constructors
AbpRouterOptions()
Declaration
public AbpRouterOptions()
Properties
AdditionalAssemblies
Declaration
public RouterAssemblyList AdditionalAssemblies { get; }
Property Value
| Type | Description |
|---|---|
| RouterAssemblyList |
AppAssembly
Declaration
public Assembly AppAssembly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Reflection.Assembly |