次の方法で共有


WebHttpBindingElement.ContentTypeMapper プロパティ

定義

受信メッセージのコンテンツ タイプを形式にマップする方法を取得または設定します。

public:
 property System::String ^ ContentTypeMapper { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("contentTypeMapper", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string ContentTypeMapper { get; set; }
[<System.Configuration.ConfigurationProperty("contentTypeMapper", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ContentTypeMapper : string with get, set
Public Property ContentTypeMapper As String

プロパティ値

String

受信メッセージのコンテンツ タイプの形式指定マッパーを指す文字列。

属性

適用対象