$ 0 0 I have a call @Url.Action("index", "Controller", new {id = 1}) After if concludes, I am calling @Url.Action("Index", "Controller") This method should run with a null id parameter but it is retaining the id = 1. In my Controller Index method, I have specified that id is a nullable int. Also, in the route, id is a nullable int.Is this a bug?