Validate LinkParser #10792
Labels
area-mvc
Includes: MVC, Actions and Controllers, Localization, CORS, most templates
Done
This issue has been fixed
Validation
This issue is used to track validation efforts
Milestone
Summary
LinkParser
is a new singleton service that can be used with endpoint routing to parse URL paths and extract route values.The common use case for this is when you have URLs as part of your domain model. You want some way to parse these URLs using a well-known template and get route values (usually the id).
Example:
Checklist:
References
The text was updated successfully, but these errors were encountered: