Page.ContentType 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.
Définit le type MIME HTTP pour l'objet HttpResponse associé à la page.
protected:
property System::String ^ ContentType { void set(System::String ^ value); };
public:
property System::String ^ ContentType { System::String ^ get(); void set(System::String ^ value); };
protected string ContentType { set; }
[System.ComponentModel.Browsable(false)]
public string ContentType { get; set; }
member this.ContentType : string
[<System.ComponentModel.Browsable(false)>]
member this.ContentType : string with get, set
Protected Property ContentType As String
Public Property ContentType As String
Valeur de propriété
Type MIME HTTP associé à la page active.
- Attributs
Remarques
Dans la plupart des cas, ne définissez pas cette propriété dans le code. Définissez l’attribut ContentType
à l’aide de la directive @ Page dans le fichier .aspx. Lorsque la page est demandée, la classe générée dynamiquement définit la propriété .