SyntaxHighlighter

Thursday, October 26, 2017

Java to .Net - REST APIs and Controllers - Some notes

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


No comments:

Post a Comment