IEditorSettings.AddQuotesToHtmlAttributes-Eigenschaft
Die folgenden Ausführungen gelten für v2.
Ruft ab, ob HTML-Attributwerten in HTML-Formatierung Anführungszeichen hinzugefügt werden sollen, oder legt dieses Verhalten fest.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property AddQuotesToHtmlAttributes As Boolean
Get
Set
'Usage
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)
Eigenschaftswert
Typ: System.Boolean
true , wenn HTML-Attributwerten in HTML-Formatierung Anführungszeichen hinzugefügt werden sollen, andernfalls false.