- use the request's Path and QueryString rather than default Action() return value - actual special case detects all parameter values match the defaults - this slightly expands the scenarios where the query string is added but removes an odd inconsistency between `html.BeginForm()` and (say) `html.BeginForm(FormMethod.Post)` Fixes #278 |
||
|---|---|---|
| .. | ||
| Common | ||
| Microsoft.AspNet.Mvc | ||
| Microsoft.AspNet.Mvc.Core | ||
| Microsoft.AspNet.Mvc.ModelBinding | ||
| Microsoft.AspNet.Mvc.Razor | ||
| Microsoft.AspNet.Mvc.Razor.Host | ||