CheckBoxField.SupportsHtmlEncode プロパティ
定義
コントロールが HTML エンコーディングをサポートしているかどうか示すブール値を取得します。Gets a Boolean value indicating whether the control supports HTML encoding.
protected:
virtual property bool SupportsHtmlEncode { bool get(); };
protected override bool SupportsHtmlEncode { get; }
member this.SupportsHtmlEncode : bool
Protected Overrides ReadOnly Property SupportsHtmlEncode As Boolean
プロパティ値
常に false
。false
in all cases.
注釈
このコントロールでは HTML エンコーディングはサポートされていません。このプロパティは常にを返し false
ます。HTML encoding is not supported for this control, and this property always returns false
.