WebMessageEncodingElement.WebContentTypeMapperType Eigenschaft

Definition

Dient zum Abrufen oder Festlegen des Typnamens eines WebContentTypeMapper , der das Format angibt, dem der Inhaltstyp einer eingehenden Nachricht zugeordnet wird.

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

Eigenschaftswert

Der Typname eines .WebContentTypeMapper

Attribute

Hinweise

Dies ist ein Erweiterbarkeitspunkt im Programmiermodell, das vom Webnachrichten-Encoder verwendet wird, um die Zuordnung von Inhaltstypen zu Formaten außer Kraft zu setzen.

Gilt für: