Skip to content

Rename "DelegateEndpoint" types #36553

@halter73

Description

@halter73

Given that the options type related to the Map(string, Delegate)-style methods is named RouteHandlerOptions, we should make the following more consistent.

  • DelegateEndpointConventionBuilder -> RouteHandlerBuilder
  • OpenApiDelegateEndpointConventionBuilderExtensions -> OpenApiRouteHandlerBuilderExtensions
  • DelegateEndpointRouteBuilderExtensions merges with the existing EndpointRouteBuilderExtensions.

Basically, this changes DelegateEndpoint to RouteHandler and removes Convention in the class names.

Metadata

Metadata

Assignees

Labels

api-approvedAPI was approved in API review, it can be implementedarea-minimalIncludes minimal APIs, endpoint filters, parameter binding, request delegate generator etcfeature-minimal-actionsController-like actions for endpoint routingold-area-web-frameworks-do-not-use*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions