You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pranav K edited this page Feb 20, 2019
·
3 revisions
There are certain set of keywords ASP.NET Core MVC uses internally, which should be avoided in user-code as it can result in unexpected outcome in certain scenarios.
The names controller, action, area, and page are reserved keywords used by MVC's routing system. Using these as part of link generations, or as model bound parameters or top level properties will likely bind the reserved route value.