ModelMetadata.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:
abstract property bool HtmlEncode { bool get(); };
public abstract bool HtmlEncode { get; }
member this.HtmlEncode : bool
Public MustOverride ReadOnly Property HtmlEncode As Boolean
Property Value
If true
, value should be HTML-encoded. Default is true
.