WebPageBase.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 layout pages, renders the portion of a content page that is not within a named section.
public System.Web.WebPages.HelperResult RenderBody ();
member this.RenderBody : unit -> System.Web.WebPages.HelperResult
Public Function RenderBody () As HelperResult
Returns
The HTML content to render.