Skip to content

M_Cyjb_Markdown_SyntaxVisitor_VisitHtml

CYJB edited this page Feb 1, 2024 · 2 revisions

SyntaxVisitor.VisitHtml 方法

访问指定的行内 HTML 节点。

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

语法

C#

public virtual void VisitHtml(
	Html node
)

参数

 

node
Type: Cyjb.Markdown.Syntax.Html
要访问的行内 HTML 节点。

参见

Reference

SyntaxVisitor 类
Cyjb.Markdown 命名空间

Clone this wiki locally