StaticHtmlRenderer.RenderChildComponent(TextWriter, RenderTreeFrame) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Restitue le cadre de composant spécifié au format HTML dans la sortie.
protected virtual void RenderChildComponent (System.IO.TextWriter output, ref Microsoft.AspNetCore.Components.RenderTree.RenderTreeFrame componentFrame);
abstract member RenderChildComponent : System.IO.TextWriter * RenderTreeFrame -> unit
override this.RenderChildComponent : System.IO.TextWriter * RenderTreeFrame -> unit
Protected Overridable Sub RenderChildComponent (output As TextWriter, ByRef componentFrame As RenderTreeFrame)
Paramètres
- output
- TextWriter
Destination de la sortie.
- componentFrame
- RenderTreeFrame
RenderTreeFrame représentant le composant à restituer.