SyntaxFix
Write A Post
Hire A Developer
Questions
In order to get the values of your parameters, you can use RouteData.
RouteData
More context would be nice. Why do you need to "extract" them in the first place? You should have an Action like:
public ActionResult Edit(int id, bool allowed) {}