P_Cyjb_Markdown_Syntax_Html_Attributes - CYJB/Cyjb.Markdown GitHub Wiki
获取 HTML 节点的属性。
Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
public HtmlAttributeList Attributes { get; }Type: HtmlAttributeList
对于 HtmlStartTag 会返回其属性; 其它 Html 类型会返回空数组。