ComponentState.ParentComponentState 属性

定义

ComponentState获取父组件的 ,如果这是根组件,则为 null。

public Microsoft.AspNetCore.Components.Rendering.ComponentState? ParentComponentState { get; }
member this.ParentComponentState : Microsoft.AspNetCore.Components.Rendering.ComponentState
Public ReadOnly Property ParentComponentState As ComponentState

属性值

适用于