Class AbpEndpointRouterOptions
Inheritance
object
AbpEndpointRouterOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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<T><System.Action<T><EndpointRouteBuilderContext>> |