Skip to content

升级到NET8.0后,在HubConnection的On方法中,调用Table的QueryAsync()方法,无法显示数据。 #3769

Answered by ArgoZhang
yguang81 asked this question in Q&A
Discussion options

You must be logged in to vote

@yguang81 感谢提交详细的测试步骤与示例

TableDemoVariables.razor 文件 56 行更改如下即可

await InvokeAsync(() => TableElement.QueryAsync());

请帮忙点一下下方的 make as answer 按钮标记此答案,方便其他人解决类似问题

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ArgoZhang
Comment options

Answer selected by yguang81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Question that needs to be answered
2 participants
Converted from issue

This discussion was converted from issue #3764 on July 02, 2024 02:31.