RazorPage.IgnoreSection(String) 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, 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.