IEditorSettings.AddQuotesToHtmlAttributes Property
Applies to v2.
Gets or sets whether to add quotes to HTML attribute values in HTML formatting.
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)
Property Value
Type: System.Boolean
true to add quotes to HTML attribute values in HTML formatting; otherwise, false.