P_Cyjb_Markdown_Syntax_HtmlAttributeList_Item - CYJB/Cyjb.Markdown GitHub Wiki

HtmlAttributeList.Item 属性 (String)

获取或设置与指定键关联的值。

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
与指定键关联的值。

参见

Reference

HtmlAttributeList 类
Item 重载
Cyjb.Markdown.Syntax 命名空间

⚠️ **GitHub.com Fallback** ⚠️