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