Partager via


WebHttpBindingElement.ContentTypeMapper Propriété

Définition

Obtient ou définit le mode de mappage du type de contenu d'un message entrant à un format.

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é

String

Chaîne qui pointe vers le mappeur qui indique le format du type de contenu du message entrant.

Attributs

S’applique à