ComponentBase.IComponent.Attach(RenderHandle) Método
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
virtual void Microsoft.AspNetCore.Components.IComponent.Attach(Microsoft::AspNetCore::Components::RenderHandle renderHandle) = Microsoft::AspNetCore::Components::IComponent::Attach;
C#
void IComponent.Attach (Microsoft.AspNetCore.Components.RenderHandle renderHandle);
abstract member Microsoft.AspNetCore.Components.IComponent.Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
override this.Microsoft.AspNetCore.Components.IComponent.Attach : Microsoft.AspNetCore.Components.RenderHandle -> unit
Sub Attach (renderHandle As RenderHandle) Implements IComponent.Attach
- renderHandle
- RenderHandle
Producto | Versiones |
---|---|
ASP.NET Core | 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |