ScriptManagerDesigner.GetDesignTimeHtml Method

Definition

Returns the HTML markup that represents the ScriptManager control at design time.

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

Returns

The markup that is used to render the ScriptManager at design time.

Remarks

Override this method to change the generated HTML of the ScriptManager control at design time.

Applies to

See also