Как добавить @ref к компонентам Blazor внутри цикла? @for (int i = 0; i < 10; i++) { <MyComponent @ref="???"/> // I want to add this component to the list } ...
確定! 回上一頁