ScriptManagerProxyDesigner.GetDesignTimeHtml Método
Definição
Retorna a marcação HTML que representa o controle ScriptManagerProxy em tempo de design.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
Retornos
Uma cadeia de caracteres que contém a marcação que é usada para renderizar o ScriptManagerProxy em tempo de design.A string that contains the markup that is used to render the ScriptManagerProxy at design time.
Comentários
Substitua esse método para alterar o HTML gerado do ScriptManagerProxy controle em tempo de design.Override this method to change the generated HTML of the ScriptManagerProxy control at design time.