共用方式為


ScriptManagerDesigner.GetDesignTimeHtml 方法

定義

傳回 HTML 標記,表示設計階段的 ScriptManager 控制項。

public:
 override System::String ^ GetDesignTimeHtml();
public override string GetDesignTimeHtml ();
override this.GetDesignTimeHtml : unit -> string
Public Overrides Function GetDesignTimeHtml () As String

傳回

用來在設計階段呈現 ScriptManager 的標記。

備註

覆寫這個方法,以在設計時間變更控件產生的 HTML ScriptManager

適用於

另請參閱