1 write to HtmlEncode
System.ComponentModel.DataAnnotations (1)
DataAnnotations\DisplayFormatAttribute.cs (1)
44
this.
HtmlEncode
= true; // default to true to match behavior in related components
2 references to HtmlEncode
System.Web (1)
ModelBinding\DataAnnotationsModelMetadataProvider.cs (1)
62
if (!displayFormatAttribute.
HtmlEncode
&& String.IsNullOrWhiteSpace(result.DataTypeName)) {
System.Web.DynamicData (1)
DynamicData\MetaColumn.cs (1)
571
HtmlEncode = displayFormatAttribute.GetPropertyValue(a => a.
HtmlEncode
, true);