DefaultModelMetadata.HtmlEncode Property    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a value indicating whether the value should be HTML-encoded.
public:
 virtual property bool HtmlEncode { bool get(); };public override bool HtmlEncode { get; }member this.HtmlEncode : boolPublic Overrides ReadOnly Property HtmlEncode As BooleanProperty Value
If true, value should be HTML-encoded. Default is true.