IRazorPage.EnsureRenderedBodyOrSections 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.
Verifies that all sections defined in PreviousSectionWriters were rendered, or the body was rendered if no sections were defined.
public:
void EnsureRenderedBodyOrSections();
public void EnsureRenderedBodyOrSections ();
abstract member EnsureRenderedBodyOrSections : unit -> unit
Public Sub EnsureRenderedBodyOrSections ()
Exceptions
if one or more sections were not rendered or if no sections were defined and the body was not rendered.