RazorPage.IgnoreBody Method

Definition

In a Razor layout page, ignores rendering the portion of a content page that is not within a named section.

public:
 void IgnoreBody();
public void IgnoreBody ();
member this.IgnoreBody : unit -> unit
Public Sub IgnoreBody ()

Applies to