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 消息编码器使用它来重写将内容类型映射到格式的方式。

适用于