Compartilhar via


EditorPartChrome.RenderEditorPart(HtmlTextWriter, EditorPart) Método

Definição

Renderiza um controle de EditorPart completo com todas as suas seções.

public:
 virtual void RenderEditorPart(System::Web::UI::HtmlTextWriter ^ writer, System::Web::UI::WebControls::WebParts::EditorPart ^ editorPart);
public virtual void RenderEditorPart (System.Web.UI.HtmlTextWriter writer, System.Web.UI.WebControls.WebParts.EditorPart editorPart);
abstract member RenderEditorPart : System.Web.UI.HtmlTextWriter * System.Web.UI.WebControls.WebParts.EditorPart -> unit
override this.RenderEditorPart : System.Web.UI.HtmlTextWriter * System.Web.UI.WebControls.WebParts.EditorPart -> unit
Public Overridable Sub RenderEditorPart (writer As HtmlTextWriter, editorPart As EditorPart)

Parâmetros

writer
HtmlTextWriter

O HtmlTextWriter que recebe o conteúdo editorPart.

editorPart
EditorPart

O controle que está sendo renderizado no momento.

Exceções

O controle ao qual o editorPart se refere é null.

Comentários

O RenderEditorPart método renderiza o controle completo EditorPart , com cabeçalho, conteúdo e rodapé. Substituir esse método fornece a um desenvolvedor controle programático completo sobre a renderização de todos os aspectos; editorPartpor esse motivo, substituir esse método é bastante complexo.

Aplica-se a