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。