Page.Title Propriété
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.
Obtient ou définit le titre de la page.
public:
property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Title { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Title : string with get, set
Public Property Title As String
Valeur de propriété
Titre de la page.
- Attributs
Exceptions
La propriété Title requiert un contrôle header sur la page.
Remarques
Utilisez la Title propriété pour définir le titre de la page dans l’en-tête HTML envoyé au navigateur demandeur.
Notes
La page doit contenir un head
élément qui a l’attribut runat="server"
; sinon, le titre ne s’affiche pas.