Go to file
dougbu dd4fa762d5 Change `BeginForm()` to add query string when called without parameters
- 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
2014-05-09 10:35:36 -07:00
samples/MvcSample.Web Updated the Startup 2014-05-09 00:48:26 -07:00
src Change `BeginForm()` to add query string when called without parameters 2014-05-09 10:35:36 -07:00
test
.gitattributes
.gitignore
LICENSE.txt
Mvc.sln Updated the Startup 2014-05-09 00:48:26 -07:00
NuGet.Config
build.cmd
build.sh
global.json
makefile.shade