TagBuilder.RenderBody Method

Definition

Returns an IHtmlContent that renders the body.

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

Returns

An IHtmlContent that renders the body.

Applies to