WebMessageEncodingElement.WebContentTypeMapperType Proprietà

Definizione

Ottiene o imposta il nome tipo di un elemento WebContentTypeMapper che specifica il formato al quale 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 WebContentTypeMapper.

Attributi

Commenti

Si tratta di un punto di estensibilità nel modello di programmazione utilizzato dal codificatore di messaggi Web per definire il mapping dei tipi di contenuto ai formati.

Si applica a