Compartir a través de


WebScriptEndpointElement.ContentTypeMapper Propiedad

Definición

Obtiene o establece el nombre del grupo de comportamientos y metadatos que generan el documento web configurado por el objeto WebScriptEndpointElement actual.

public:
 property System::String ^ ContentTypeMapper { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("contentTypeMapper", DefaultValue="")]
[System.Configuration.StringValidator(MinLength=0)]
public string ContentTypeMapper { get; set; }
[<System.Configuration.ConfigurationProperty("contentTypeMapper", DefaultValue="")>]
[<System.Configuration.StringValidator(MinLength=0)>]
member this.ContentTypeMapper : string with get, set
Public Property ContentTypeMapper As String

Valor de propiedad

String

Nombre de un tipo de contenido.

Atributos

Se aplica a