Skip to content

M_Cyjb_Markdown_Syntax_Html__ctor

CYJB edited this page Feb 1, 2024 · 2 revisions

Html 构造函数

使用指定的 HTML 节点类型、内容和文本范围初始化 Html 类的新实例。

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

语法

C#

public Html(
	MarkdownKind kind,
	string content,
	<a href="https://github.com/CYJB/Cyjb/wiki/T_Cyjb_Text_TextSpan" target="_blank" rel="noopener noreferrer">Cyjb.Text.TextSpan</a> span = default
)

参数

 

kind
Type: Cyjb.Markdown.Syntax.MarkdownKind
HTML 节点类型。
content
Type: System.String
HTML 节点完整文本。
span (Optional)
Type: Cyjb.Text.TextSpan
文本的范围。

Exceptions

 

异常 条件
ArgumentOutOfRangeException kind 不是 HtmlStartTagHtmlEndTagHtmlCommentHtmlCDataHtmlDeclarationHtmlProcessing 之一。
ArgumentNullException contentnull

参见

Reference

Html 类
Cyjb.Markdown.Syntax 命名空间

Clone this wiki locally