[Route Groups] Rename GroupRouteBuilder to RouteGroupBuilder #41781
Labels
api-approved
API was approved in API review, it can be implemented
old-area-web-frameworks-do-not-use
*DEPRECATED* This label is deprecated in favor of the area-mvc and area-minimal labels
Milestone
Background and Motivation
RouteGroupBuilder
sounds better thanGroupRouteBuilder
. In the original API proposal (#36007) this was calledRouteGroup
which is closer to the name I am suggesting here.RouteGroup
is also an alternative name that I think is better thanGroupRouteBuilder
. I proposedGroupRouteBuilder
in the follow up comments because it better aligned withIEndpointRouteBuilder
, but now I think that's unimportant.Proposed API
Usage Examples
Before
After
Alternative Designs
GroupRouteBuilder
since that puts "Group" up front even if using "Group" as an adjective sound weird.RouteGroup
.Risks
Low. It's only been released in
preview4
and it would only break apps that reference the type name instead of just usingvar
.The text was updated successfully, but these errors were encountered: