コード例 #1
0
ファイル: HtmlVisitor.cs プロジェクト: edamtoft/Aramid
 protected abstract void VisitElement(UnsafeRawHtml e);
コード例 #2
0
 protected override void VisitElement(UnsafeRawHtml e)
 {
   _html.Write(e.Html);
 }