ScriptManagerDesigner.GetDesignTimeHtml Método

Definição

Retorna a marcação HTML que representa o controle ScriptManager em tempo de design.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

Retornos

String

A marcação que é usada para renderizar o ScriptManager em tempo de design.The markup that is used to render the ScriptManager at design time.

Comentários

Substitua esse método para alterar o HTML gerado do ScriptManager controle em tempo de design.Override this method to change the generated HTML of the ScriptManager control at design time.

Aplica-se a

Confira também