I can not understand the principle of operation of the id argument on MVC, since when I create an action
public class MovieController : Controller { public ActionResult act(int movieid) { return Content("movieid = " + movieid); } } and refer to http: // localhost: 49721 / Movie / act / 1 an error is issued. On the Internet found such information. "In the marshuritazotor, the argument is not a movieid, but an id, because of this, the argument must be an id." But I can not understand, if we pass a number, then what's the difference in the name of the argument in action? We still pass the integer to the router