Go to file
Pranav K c72c80c101 Add the ability to correctly determine if a particular field has been validated.
There are several portions of model validation that attempt to avoid
revalidating if a field has been validated. However the behavior of
ModelStateDictionary makes it difficult to distinguish between an
unvalidated field and a field without validation errors. This change
resolves this issue by letting the caller distinguish between the two
cases.
2014-03-31 12:40:38 -07:00
samples/MvcSample.Web Add PartialAsync and RenderPartialAsync. 2014-03-31 12:19:10 -07:00
src Add the ability to correctly determine if a particular field has been validated. 2014-03-31 12:40:38 -07:00
test Add the ability to correctly determine if a particular field has been validated. 2014-03-31 12:40:38 -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