Rename "DelegateEndpoint" types #36553
Labels
api-approved
API was approved in API review, it can be implemented
area-minimal
Includes minimal APIs, endpoint filters, parameter binding, request delegate generator etc
feature-minimal-actions
Controller-like actions for endpoint routing
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Given that the options type related to the
Map(string, Delegate)
-style methods is namedRouteHandlerOptions
, we should make the following more consistent.DelegateEndpointConventionBuilder
->RouteHandlerBuilder
OpenApiDelegateEndpointConventionBuilderExtensions
->OpenApiRouteHandlerBuilderExtensions
DelegateEndpointRouteBuilderExtensions
merges with the existingEndpointRouteBuilderExtensions
.Basically, this changes
DelegateEndpoint
toRouteHandler
and removesConvention
in the class names.The text was updated successfully, but these errors were encountered: