Action passed to a Blazor not component doesn't update the parent until something else does

前端 未结 0 1203
情歌与酒
情歌与酒 2021-01-25 04:13

If I have a Blazor component called DoAction that consists of nothing more than this...

@code {
  public void DoItNow(Action action) =>
    action         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题