P_Cyjb_Markdown_Syntax_HtmlAttributeList_Item - CYJB/Cyjb.Markdown GitHub Wiki
获取或设置与指定键关联的值。
Namespace: Cyjb.Markdown.Syntax
Assembly: Cyjb.Markdown (in Cyjb.Markdown.dll) Version: 1.0.2+f073417ab111e884603147b5dc42e8ccc863a984
C#
public string? this[
string key
] { get; set; }
- key
- Type: System.String
要检查的键。
Type: String
与指定键关联的值,null 表示不存在指定键。
Type: String
与指定键关联的值。