some quick notes about using .NET Core controllers in C#;
- the url maps to the name of the controller class
so, class BlahController : Controller will create a URL of /blah
- the url maps to the name of the controller class
so, class BlahController : Controller will create a URL of /blah
No comments:
Post a Comment