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

속성 값

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

특성

설명

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

적용 대상