RazorPage.IsSectionDefined(String) Metoda

Definice

Vrátí hodnotu, která určuje, zda je zadaný oddíl definován na stránce obsahu.

public:
 bool IsSectionDefined(System::String ^ name);
public bool IsSectionDefined (string name);
member this.IsSectionDefined : string -> bool
Public Function IsSectionDefined (name As String) As Boolean

Parametry

name
String

Název oddílu, který chcete vyhledat.

Návraty

Boolean

true pokud je zadaný oddíl definován na stránce obsahu; jinak nepravda.

Platí pro