Skip to content

M_Cyjb_Markdown_Syntax_HtmlAttributeList_AddRange

CYJB edited this page Feb 1, 2024 · 1 revision

HtmlAttributeList.AddRange 方法

批量添加指定的键值对。

Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984

语法

C#

public void AddRange(
	IEnumerable<KeyValuePair<string, string>> attrs
)

参数

 

attrs
Type: System.Collections.Generic.IEnumerable(KeyValuePair(String, String))
要添加的键值对。

参见

Reference

HtmlAttributeList 类
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally