WebMessageEncodingElement.WebContentTypeMapperType Proprietà

Definizione

Ottiene o imposta il nome del tipo di un WebContentTypeMapper oggetto che specifica il formato a cui viene mappato il tipo di contenuto di un messaggio in arrivo.

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

Valore della proprietà

Nome del tipo di un oggetto WebContentTypeMapper.

Attributi

Commenti

Si tratta di un punto di estendibilità nel modello di programmazione usato dal codificatore di messaggi Web per eseguire l'override del mapping dei tipi di contenuto ai formati.

Si applica a