2 references to CascadedContext
Microsoft.AspNetCore.Components.Web (2)
Forms\InputRadio.cs (2)
51
Context = string.IsNullOrEmpty(Name) ?
CascadedContext
:
CascadedContext
?.FindContextInAncestors(Name);