Increase@Url.Action function Overload
Open
area-mvc
- Dominant language
- C#
- Stars
- 38.4k
- Forks
- 10.9k
- Avg merge
- 2d 6h
- Merged PRs (30d)
- 290
Description
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
I want to limit the page jump path in the MVC View. My project uses the Area domain, but the parameters of the @Url.Action function I call do not have any Area-related parameters, only the parameters of Controler and Action. Can I add an overload to this function? I think there are many scenarios for using Area in MVC projects.
### Describe the solution you'd like
Hope to add a @Url.Action function to support Area domain overloading
### Additional context
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.