WebScriptEndpointElement.ContentTypeMapper 属性

定义

获取或设置行为和元数据组的名称,这些行为和元数据生成由当前 WebScriptEndpointElement 配置的 Web 文档。

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

属性值

内容类型的名称。

属性

适用于