ComponentBase.IComponent.Attach(RenderHandle) 方法

定义

 virtual void Microsoft.AspNetCore.Components.IComponent.Attach(Microsoft::AspNetCore::Components::RenderHandle renderHandle) = Microsoft::AspNetCore::Components::IComponent::Attach;
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

实现

适用于