Class EndpointRouteBuilderContext
Inheritance
object
EndpointRouteBuilderContext
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 EndpointRouteBuilderContext
Constructors
EndpointRouteBuilderContext(IEndpointRouteBuilder, IServiceProvider)
Declaration
public EndpointRouteBuilderContext(IEndpointRouteBuilder endpoints, IServiceProvider scopeServiceProvider)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.AspNetCore.Routing.IEndpointRouteBuilder | endpoints | |
| System.IServiceProvider | scopeServiceProvider |
Properties
Endpoints
Declaration
public IEndpointRouteBuilder Endpoints { get; }
Property Value
| Type | Description |
|---|---|
| Microsoft.AspNetCore.Routing.IEndpointRouteBuilder |
ScopeServiceProvider
Declaration
public IServiceProvider ScopeServiceProvider { get; }
Property Value
| Type | Description |
|---|---|
| System.IServiceProvider |