ComponentBase.IComponent.Attach(RenderHandle) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- renderHandle
- RenderHandle