RouteGroupContext 类

定义

表示可访问 GetGroupedEndpoints(RouteGroupContext)的信息。

public sealed class RouteGroupContext
type RouteGroupContext = class
Public NotInheritable Class RouteGroupContext
继承
RouteGroupContext

构造函数

RouteGroupContext()
已过时.

表示可访问 GetGroupedEndpoints(RouteGroupContext)的信息。

属性

ApplicationServices

获取 IServiceProvider 用于访问应用程序服务的实例。

Conventions

获取添加到通过 Add(Action<EndpointBuilder>)从 返回的MapGroup(IEndpointRouteBuilder, RoutePattern)上级RouteGroupBuilder实例的所有约定。 在生成从 GetGroupedEndpoints(RouteGroupContext)返回的每个 RouteEndpoint 时,应按顺序应用这些。

FinallyConventions

获取添加到通过 Add(Action<EndpointBuilder>)从 返回的MapGroup(IEndpointRouteBuilder, RoutePattern)上级RouteGroupBuilder实例的所有约定。 生成从 GetGroupedEndpoints(RouteGroupContext)返回的每个 RouteEndpoint 时,应按 LIFO 顺序应用这些。

Prefix

获取 ,RoutePattern它应为调用 GetGroupedEndpoints(RouteGroupContext)返回的所有RouteEndpoint实例的 前缀RoutePattern。 这将考虑嵌套组,并为完整的组前缀提供,而不仅仅是提供给最内部调用的 MapGroup(IEndpointRouteBuilder, RoutePattern)前缀。

适用于