CheckBoxField.HtmlEncodeFormatString 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
서식 있는 텍스트를 표시하기 전에 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
속성 값
텍스트를 HTML 인코딩해야 하면 true
이고, 그렇지 않으면 false
입니다. 기본값은 true
입니다.
- 특성
설명
HTML 인코딩 값 방지할 수 있습니다 사이트 간 스크립팅 공격 및 악의적인 콘텐츠가 표시 되지 않도록 합니다.