aspnetcore/test/Microsoft.AspNet.Mvc.ModelB...
Doug Bunting 90e41b905a Add `ModelMetadata.HtmlEncode` property
- use new `ModelMetadata.HtmlEncode` property in HTML helpers
 - specifically in default HTML display and editor object templates (e.g.
   `@Html.DisplayFor()`) when value is non-`null` and the template is invoked
   with template depth greater than 1
- similar to MVC 5.2 commit [2b12791aee4f](https://aspnetwebstack.codeplex.com/SourceControl/changeset/2b12791aee4ffc56c7928b623bb45ee425813021)

nits:
- remove dupe `null` check in `DefaultDisplayTemplates.ObjectTemplate()`
- move backing fields initialized with constants together in `ModelMetadata`
2014-11-03 12:23:33 -08:00
..
Binders Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
Internal
Metadata Add `ModelMetadata.HtmlEncode` property 2014-11-03 12:23:33 -08:00
Properties
Utils Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
Validation
ValueProviders CompositeValueProvider.GetKeysFromPrefixAsync throws null if provider is not an 2014-10-23 11:05:06 -07:00
BindAttributeTests.cs Adding support for bind attribute. 2014-10-17 16:24:28 -07:00
Microsoft.AspNet.Mvc.ModelBinding.Test.kproj
ModelBindingContextTest.cs
Resources.resx
project.json Remove unnecessary references from project.json 2014-10-17 14:26:58 -07:00