RazorPage.IsSectionDefined(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne une valeur qui indique si la section spécifiée est définie dans la page de contenu.
public:
bool IsSectionDefined(System::String ^ name);
public bool IsSectionDefined (string name);
member this.IsSectionDefined : string -> bool
Public Function IsSectionDefined (name As String) As Boolean
Paramètres
- name
- String
Nom de section à rechercher.
Retours
true
si la section spécifiée est définie dans la page de contenu ; sinon, false
.