WebMessageEncodingElement.WebContentTypeMapperType Właściwość
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.