共用方式為


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 內容名稱的字串。

屬性

適用於