Share via


Message.ContentType Propiedad

Definición

Obtiene o establece el descriptor de tipo de contenido.

public string ContentType { get; set; }
member this.ContentType : string with get, set
Public Property ContentType As String

Valor de propiedad

Descriptor RFC2045 Content-Type.

Comentarios

Opcionalmente, describe la carga del mensaje, con un descriptor que sigue el formato rfC2045, sección 5, por ejemplo, "application/json".

Se aplica a