Skip to content

Methods_T_Cyjb_Markdown_Renderer_HtmlRenderer

CYJB edited this page Jan 17, 2023 · 2 revisions

HtmlRenderer 方法

The HtmlRenderer type exposes the following members.

方法

 

名称 说明
公共方法 AddAttributeModifier 添加指定的 HTML 属性修改器。
公共方法 Clear 清除已生成的 HTML 文本。
公共方法 DefaultVisit 提供默认的访问行为。 (继承自 SyntaxWalker。)
公共方法 Equals Determines whether the specified object is equal to the current object. (继承自 Object。)
受保护的方法 Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (继承自 Object。)
公共方法 GetHashCode Serves as the default hash function. (继承自 Object。)
公共方法 GetType Gets the Type of the current instance. (继承自 Object。)
受保护的方法 MemberwiseClone Creates a shallow copy of the current Object. (继承自 Object。)
公共方法 ToString 返回当前对象的字符串表示形式。 (重写 Object.ToString().)
公共方法 Visit 访问指定的 Markdown 节点。 (继承自 SyntaxVisitor。)
公共方法 VisitBreak 访问指定的换行节点。 (重写 SyntaxVisitor.VisitBreak(Break).)
公共方法 VisitCodeBlock 访问指定的代码块节点。 (重写 SyntaxVisitor.VisitCodeBlock(CodeBlock).)
公共方法 VisitCodeSpan 访问指定的行内代码段节点。 (重写 SyntaxVisitor.VisitCodeSpan(CodeSpan).)
公共方法 VisitDocument 访问指定的文档节点。 (继承自 SyntaxVisitor。)
公共方法 VisitEmphasis 访问指定的强调节点。 (重写 SyntaxVisitor.VisitEmphasis(Emphasis).)
公共方法 VisitHeading 访问指定的标题节点。 (重写 SyntaxVisitor.VisitHeading(Heading).)
公共方法 VisitHtml 访问指定的行内 HTML 节点。 (重写 SyntaxVisitor.VisitHtml(Html).)
公共方法 VisitHtmlBlock 访问指定的 HTML 块节点。 (重写 SyntaxVisitor.VisitHtmlBlock(HtmlBlock).)
公共方法 VisitLink 访问指定的链接节点。 (重写 SyntaxVisitor.VisitLink(Link).)
公共方法 VisitLinkDefinition 访问指定的链接定义节点。 (重写 SyntaxVisitor.VisitLinkDefinition(LinkDefinition).)
公共方法 VisitList 访问指定的列表节点。 (重写 SyntaxVisitor.VisitList(List).)
公共方法 VisitListItem 访问指定的列表项节点。 (重写 SyntaxVisitor.VisitListItem(ListItem).)
公共方法 VisitLiteral 访问指定的文本节点。 (重写 SyntaxVisitor.VisitLiteral(Literal).)
公共方法 VisitParagraph 访问指定的段落节点。 (重写 SyntaxVisitor.VisitParagraph(Paragraph).)
公共方法 VisitQuote 访问指定的引用节点。 (重写 SyntaxVisitor.VisitQuote(Quote).)
公共方法 VisitStrikethrough 访问指定的删除节点。 (重写 SyntaxVisitor.VisitStrikethrough(Strikethrough).)
公共方法 VisitStrong 访问指定的加粗节点。 (重写 SyntaxVisitor.VisitStrong(Strong).)
公共方法 VisitThematicBreak 访问指定的分割线节点。 (重写 SyntaxVisitor.VisitThematicBreak(ThematicBreak).)
受保护的方法 Write 写入指定的文本。
受保护的方法 WriteEndTag 写入指定结束标签。
受保护的方法 WriteLine 写入一个换行,不会添加空行。
受保护的方法 WriteRaw 写入指定的文本(不做 HTML 转义)。
受保护的方法 WriteStartTag 写入指定起始标签。
  Back to Top

参见

Reference

HtmlRenderer 类
Cyjb.Markdown.Renderer 命名空间

Clone this wiki locally