Skip to content

M_Cyjb_Markdown_Syntax_HtmlAttributeList_Add

CYJB edited this page Feb 1, 2024 · 1 revision

HtmlAttributeList.Add 方法

添加指定的键值。

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

语法

C#

public void Add(
	string key,
	string value
)

参数

 

key
Type: System.String
属性的键。
value
Type: System.String
属性的值。

参见

Reference

HtmlAttributeList 类
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally