Partager via


WebHttpEndpointElement.ContentTypeMapper Propriété

Définition

Obtient ou définit le type de contenu MIME des données envoyées par une opération de service Web.

public:
 property System::String ^ ContentTypeMapper { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("contentTypeMapper", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string ContentTypeMapper { get; set; }
[<System.Configuration.ConfigurationProperty("contentTypeMapper", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ContentTypeMapper : string with get, set
Public Property ContentTypeMapper As String

Valeur de propriété

Chaîne qui contient le nom d'un contenu MIME.

Attributs

S’applique à