-
For instance, I'd like to have the following setup where I use @ref to capture a reference to a component: MyModalComponent.razor:
MyModalComponent.razor.cs:
MyPageComponent:
It seems that whenever I add If I remove the I hope this question makes sense. Is what I am trying to achieve not feasible with Blazored Modal? If you need any additional information, I am happy to oblige. Thank you for your assistance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found another way to achieve my goal without the use of |
Beta Was this translation helpful? Give feedback.
I found another way to achieve my goal without the use of
@ref
. I would delete this discussion, but apparently that is not a feature on GitHub.