다음을 통해 공유


IEditorSettings.AddQuotesToHtmlAttributes 속성

버전 2에 적용

HTML 서식에서 HTML 특성 값에 따옴표를 추가하는지 여부를 가져오거나 설정합니다.

네임스페이스:  Microsoft.WebMatrix.Extensibility.Editor
어셈블리:  Microsoft.WebMatrix.Extensibility(Microsoft.WebMatrix.Extensibility.dll)

구문

‘선언
Property AddQuotesToHtmlAttributes As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As IEditorSettings 
Dim value As Boolean 

value = instance.AddQuotesToHtmlAttributes

instance.AddQuotesToHtmlAttributes = value
bool AddQuotesToHtmlAttributes { get; set; }
property bool AddQuotesToHtmlAttributes {
    bool get ();
    void set (bool value);
}
abstract AddQuotesToHtmlAttributes : bool with get, set
function get AddQuotesToHtmlAttributes () : boolean 
function set AddQuotesToHtmlAttributes (value : boolean)

속성 값

유형: System.Boolean
HTML 서식에서 HTML 특성 값에 따옴표를 추가하려면 true이고, 그렇지 않으면 false입니다.

참고 항목

참조

IEditorSettings 인터페이스

Microsoft.WebMatrix.Extensibility.Editor 네임스페이스