TagBuilder.RenderStartTag Method

Definition

Returns an IHtmlContent that renders the start tag.

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

Returns

An IHtmlContent that renders the start tag.

Applies to