WebMessageEncodingElement.WebContentTypeMapperType Propiedad

Definición

Obtiene o establece el nombre de tipo de que WebContentTypeMapper especifica el formato al que se asigna el tipo de contenido de un mensaje entrante.

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

Valor de propiedad

Nombre de tipo de .WebContentTypeMapper

Atributos

Comentarios

Se trata de un punto de extensibilidad en el modelo de programación que usa el codificador de mensajes web para invalidar cómo se asignan los tipos de contenido a los formatos.

Se aplica a