WebMessageEncodingElement.WebContentTypeMapperType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置 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 消息编码器使用它来重写将内容类型映射到格式的方式。