RazorPage.IgnoreSection(String) Method

Definition

In layout pages, ignores rendering the content of the section named sectionName.

public:
 void IgnoreSection(System::String ^ sectionName);
public void IgnoreSection (string sectionName);
member this.IgnoreSection : string -> unit
Public Sub IgnoreSection (sectionName As String)

Parameters

sectionName
String

The section to ignore.

Applies to