RazorPage.RenderBody Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In a Razor layout page, renders the portion of a content page that is not within a named section.
protected:
 virtual Microsoft::AspNetCore::Html::IHtmlContent ^ RenderBody();protected virtual Microsoft.AspNetCore.Html.IHtmlContent RenderBody();abstract member RenderBody : unit -> Microsoft.AspNetCore.Html.IHtmlContent
override this.RenderBody : unit -> Microsoft.AspNetCore.Html.IHtmlContentProtected Overridable Function RenderBody () As IHtmlContentReturns
The HTML content to render.