Class AbpEndpointRouterOptions
Inheritance
System.Object
AbpEndpointRouterOptions
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.Routing
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public class AbpEndpointRouterOptions
Constructors
AbpEndpointRouterOptions()
Declaration
public AbpEndpointRouterOptions()
Properties
EndpointConfigureActions
Declaration
public List<Action<EndpointRouteBuilderContext>> EndpointConfigureActions { get; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.Action<EndpointRouteBuilderContext>> |