WebMessageEncodingElement.WebContentTypeMapperType プロパティ

定義

受信メッセージのコンテンツ タイプのマップ先の形式を指定する WebContentTypeMapper の型名を取得または設定します。

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

プロパティ値

WebContentTypeMapper の型名。

属性

注釈

これは、形式に対するコンテンツ タイプのマップ方法をオーバーライドするために、Web メッセージ エンコーダーにより使用されるプログラミング モデルの拡張ポイントです。

適用対象