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 メッセージ エンコーダーによって使用されるプログラミング モデルの拡張ポイントです。

適用対象