Udostępnij za pośrednictwem


WebMessageEncodingElement.WebContentTypeMapperType Właściwość

Definicja

Pobiera lub ustawia nazwę WebContentTypeMapper typu elementu, który określa format, w którym typ zawartości komunikatu przychodzącego jest mapowany.

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

Wartość właściwości

Nazwa typu elementu WebContentTypeMapper.

Atrybuty

Uwagi

Jest to punkt rozszerzalności w modelu programowania używany przez koder komunikatów sieci Web do zastępowania sposobu mapowania typów zawartości na formaty.

Dotyczy