Sdílet prostřednictvím


WebMessageEncodingElement.WebContentTypeMapperType Vlastnost

Definice

Získá nebo nastaví název WebContentTypeMapper typu, který určuje formát, na který typ obsahu příchozí zprávy je mapován.

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

Hodnota vlastnosti

Název typu .WebContentTypeMapper

Atributy

Poznámky

Jedná se o bod rozšiřitelnosti v programovacím modelu, který je používán kodérem webových zpráv k přepsání způsobu mapování typů obsahu na formáty.

Platí pro