Поделиться через


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.

Атрибуты

Комментарии

Это точка расширения в модели программирования, используемой кодировщиком веб-сообщений для переопределения способов сопоставления типов контента форматам.

Применяется к