TagBuilder.RenderEndTag Method

Definition

Returns an IHtmlContent that renders the end tag.

public:
 Microsoft::AspNetCore::Html::IHtmlContent ^ RenderEndTag();
public Microsoft.AspNetCore.Html.IHtmlContent RenderEndTag ();
member this.RenderEndTag : unit -> Microsoft.AspNetCore.Html.IHtmlContent
Public Function RenderEndTag () As IHtmlContent

Returns

An IHtmlContent that renders the end tag.

Applies to