Compartir vía


WebMessageEncodingElement.WebContentTypeMapperType Propiedad

Definición

Obtiene o establece el nombre del tipo de un objeto WebContentTypeMapper que especifica el formato al que está asignado 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 del tipo de un WebContentTypeMapper.

Atributos

Comentarios

Éste es un punto de extensibilidad en el modelo de programación que es utilizado por el codificador de mensajes web para invalidar cómo los tipos de contenido se asignan a los formatos.

Se aplica a