Compartir a través de


DynamicComponent.Attach(RenderHandle) Método

Definición

Asocia el componente a .RenderHandle

public void Attach (Microsoft.AspNetCore.Components.RenderHandle renderHandle);
abstract member Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
override this.Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
Public Sub Attach (renderHandle As RenderHandle)

Parámetros

renderHandle
RenderHandle

que RenderHandle permite representar el componente.

Implementaciones

Se aplica a