Skip to content

M_Cyjb_Markdown_Renderer_HtmlRenderer_VisitFootnoteRef

CYJB edited this page Feb 1, 2024 · 1 revision

HtmlRenderer.VisitFootnoteRef 方法 (FootnoteRef, FootnoteBackref)

访问指定的脚注引用节点。

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

语法

C#

protected override void VisitFootnoteRef(
	FootnoteRef node,
	FootnoteBackref backref
)

参数

 

node
Type: Cyjb.Markdown.Syntax.FootnoteRef
要访问的脚注引用节点。
backref
Type: Cyjb.Markdown.Renderer.FootnoteBackref
反向引用信息。

参见

Reference

HtmlRenderer 类
VisitFootnoteRef 重载
Cyjb.Markdown.Renderer 命名空间

Clone this wiki locally