共用方式為


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 訊息編碼器會用這個模型來覆寫內容型別對應至格式的方式。

適用於