다음을 통해 공유


CheckBoxField.HtmlEncodeFormatString 속성

정의

서식 있는 텍스트를 표시하기 전에 HTML 인코딩해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

public:
 virtual property bool HtmlEncodeFormatString { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public override bool HtmlEncodeFormatString { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.HtmlEncodeFormatString : bool with get, set
Public Overrides Property HtmlEncodeFormatString As Boolean

속성 값

Boolean

텍스트를 HTML 인코딩해야 하면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

특성

설명

HTML 인코딩 값 방지할 수 있습니다 사이트 간 스크립팅 공격 및 악의적인 콘텐츠가 표시 되지 않도록 합니다.

적용 대상