2 references to IsInteractive
Microsoft.AspNetCore.Components (1)
RenderTree\RendererInfo.cs (1)
26
private string GetDebuggerDisplay() => $"Name: {Name}, Interactive: {
IsInteractive
}";
Microsoft.AspNetCore.Components.Web (1)
Media\MediaComponentBase.cs (1)
55
internal bool IsInteractive => _renderHandle.IsInitialized && _renderHandle.RendererInfo.
IsInteractive
;