Page.ContentType Propiedad

Definición

Establece el tipo MIME HTTP para el objeto HttpResponse asociado a la página.

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

Valor de propiedad

Tipo MIME HTTP asociado a la página actual.

Atributos

Comentarios

En la mayoría de las circunstancias, no establezca esta propiedad en el código. Establezca el ContentType atributo mediante la directiva @ Page en el archivo .aspx. Cuando se solicita la página, la clase generada dinámicamente establece la propiedad .

Se aplica a

Consulte también