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 消息编码器用来替代内容类型映射到格式的编程模型中的扩展点。

适用于