Month: January 2020
ASP.Net Core 3 – pass parameters to actions
Passing parameters to actions is an essential part of building RESTful Web API. .Net Core offers multiple ways to pass parameters to methods, that represent your endpoints. Let’s see what they are. Pass parameter as a part of an url When passing a parameter in a url, you need to define a routing that would contain… Continue reading ASP.Net Core 3 – pass parameters to actions