共用方式為


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

屬性值

內容類型的名稱。

屬性

適用於