RenderTreeFrame.Component Property

Definition

If the FrameType property equals Component, gets the child component instance. Otherwise, the value is undefined.

public:
 property Microsoft::AspNetCore::Components::IComponent ^ Component { Microsoft::AspNetCore::Components::IComponent ^ get(); };
public Microsoft.AspNetCore.Components.IComponent Component { get; }
member this.Component : Microsoft.AspNetCore.Components.IComponent
Public ReadOnly Property Component As IComponent

Property Value

Applies to