Compartir vía


IncomingWebResponseContext.ContentType Propiedad

Definición

Obtiene el encabezado Content-Type de la respuesta web de entrada.

public:
 property System::String ^ ContentType { System::String ^ get(); };
public string ContentType { get; }
member this.ContentType : string
Public ReadOnly Property ContentType As String

Valor de propiedad

String

Encabezado Content-Type de la respuesta web de entrada.

Se aplica a