WebHttpBinding.ContentTypeMapper 属性

定义

获取或设置内容类型映射器。

public:
 property System::ServiceModel::Channels::WebContentTypeMapper ^ ContentTypeMapper { System::ServiceModel::Channels::WebContentTypeMapper ^ get(); void set(System::ServiceModel::Channels::WebContentTypeMapper ^ value); };
public System.ServiceModel.Channels.WebContentTypeMapper ContentTypeMapper { get; set; }
member this.ContentTypeMapper : System.ServiceModel.Channels.WebContentTypeMapper with get, set
Public Property ContentTypeMapper As WebContentTypeMapper

属性值

WebContentTypeMapper

内容类型映射器。

适用于