Share via


WebHttpEndpointElement.ContentTypeMapper プロパティ

定義

Web サービス操作によって送信されるデータの MIME コンテンツ タイプを取得または設定します。

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

プロパティ値

MIME コンテンツの名前を表す文字列。

属性

適用対象