Routing issue with ASP.Net Core
@AspNetCore @Web
Hi dear friends, I'm working on an
inside a
I call this action from a view of another action called Archived, and the call syntax looks like the following
The issue:
When I clicked on
Additional info:
The
Please how do I can fix this issue? and massive thanks in advance
Hi dear friends, I'm working on an
Asp.Net core 6 project.inside a
Controller called Group I have the following ActionResultI call this action from a view of another action called Archived, and the call syntax looks like the following
The issue:
When I clicked on
Details button in Archived view the id looks like the break point representation screenshot attached with this question, but it should be without those % symbols like this G6-TGI - 2020/2021Additional info:
The
coontroller attributes I apply on it, looks like the following Please how do I can fix this issue? and massive thanks in advance

