Top "Asp.net-core-routing" questions

Questions about routing within ASP.

How to pass multiple parameters to a get method in ASP.NET Core

How can I pass in multiple parameters to Get methods in an MVC 6 controller. For example I want to be …

c# asp.net-core asp.net-core-routing
Routes in ASP.net Core API

I read lot of topic about routes for API in Asp.net core but I cannot make it work. First, …

c# asp.net-core .net-core asp.net-core-webapi asp.net-core-routing
How do I resolve the issue the request matched multiple endpoints in .Net Core Web Api

I notice that there are a bunch of similar questions out there about this topic. I'm getting this error when …

c# .net-core asp.net-core-webapi asp.net-core-routing
Having multiple get-methods with multiple query string parameters in ASP.NET Core Web Api

I'm building a web api where I have one resourse that must have 3 get methods as follows: [HttpGet] [Route("{city}/{…

c# asp.net-core asp.net-core-routing
MVC 6 Multiple Get Methods

I am trying to support multiple Get() methods per controller, as well as just specially named methods accessible through web …

c# asp.net-core-mvc asp.net-core-routing
Asp.net core 2 Prefix Routing

How to create prefixed routing for MVC CRUD operation. I am working on an application that requires admin and front-end. …

c# .net-core asp.net-core-mvc asp.net-core-routing
asp.net core and asp-route-id

I've created a contact controller with that signature : public IActionResult Index(string id) Nothing fancy in the route table : app.…

c# asp.net-core asp.net-core-mvc asp.net-core-tag-helpers asp.net-core-routing
Query parameter routing with asp .net core

I'd like to use url query parameter instead of path parameter using .net core API. controller [Route("api/[controller]/[action]")] …

asp.net-core asp.net-core-routing
WebAPI Core routing issues

So, I am playing around with Web API (ASP.NET Core 2) and having routing issues. I have several controllers such …

c# asp.net-core .net-core asp.net-core-webapi asp.net-core-routing