Html32TextWriter.RenderEndTag 方法

定义

将 HTML 元素的结束标记连同与此元素关联的所有字体信息写入 Html32TextWriter 输出流。Writes the end tag of an HTML element to the Html32TextWriter output stream, along with any font information that is associated with the element.

public:
 override void RenderEndTag();
public override void RenderEndTag ();
override this.RenderEndTag : unit -> unit
Public Overrides Sub RenderEndTag ()

适用于