You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use new `ModelMetadata.HtmlEncode` property in HTML helpers
- conditionally 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
- unconditionally in `@Html.DisplayText()` and `@Html.DisplayTextFor()`
- test new property and its use
Also test `DisplayTextExtensions`
- unit test gap
0 commit comments