DisplayFormatAttribute.HtmlEncode Özellik

Tanım

Alanın HTML ile kodlanıp kodlanmayacağını belirten bir değer alır veya ayarlar.

public:
 property bool HtmlEncode { bool get(); void set(bool value); };
public bool HtmlEncode { get; set; }
member this.HtmlEncode : bool with get, set
Public Property HtmlEncode As Boolean

Özellik Değeri

true alanın HTML ile kodlanmış olması gerekiyorsa; aksi takdirde , false.

Şunlara uygulanır