- 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 |
||
|---|---|---|
| samples/MvcSample.Web | ||
| src | ||
| test | ||
| .gitattributes | ||
| .gitignore | ||
| LICENSE.txt | ||
| Mvc.sln | ||
| NuGet.Config | ||
| build.cmd | ||
| build.sh | ||
| global.json | ||
| makefile.shade | ||