ScriptManagerProxyDesigner.GetDesignTimeHtml Method

Definition

Returns the HTML markup that represents the ScriptManagerProxy 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

A string that contains the markup that is used to render the ScriptManagerProxy at design time.

Remarks

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

Applies to

See also