Go to file
dougbu 94db3c392a Add `FormContext` to `ViewContext`
- start with `FormContext` and classes it needs from legacy world
- FYI `ModelClientValidationRule` came from Web Pages; the rest from MVC

Cleanup and make files compile in new world
- remove `FormContext.GetJsonValidationMetadata` method; will file an
  issue to revive this using Json.NET
- don't store `FormContext` in the `HttpContext`, no longer have child
  actions
- do `null` checks in setters, not getters (minor perf improvement)
- fix namespaces and usings
- wrap long lines; use `[NotNull]`; no copyright notice
- use explicit comparers for dictionaries
- add XML comment for odd `ModelClientValidationRule.ValidationType`
  property
- Collection -> List
2014-03-28 17:01:23 -07:00
samples/MvcSample.Web Revive HelperResult to allow using @helper in views 2014-03-28 11:08:15 -07:00
src Add `FormContext` to `ViewContext` 2014-03-28 17:01:23 -07:00
test Increment System.Threading.Tasks package version 2014-03-27 19:56:27 -07:00
.gitattributes
.gitignore
NuGet.Config Workaround for myget being down 2014-02-07 10:08:16 -08:00
WebFx.sln Updating test projects to use Microsoft.AspNet.Testing 2014-03-25 15:10:58 -07:00
build.cmd Updating build.cmd to cache NuGet.exe 2014-02-02 08:15:02 -08:00
global.json
makefile.shade