Blazor Generic Service Implementation to store page state Counter Page Example

后端 未结 0 972
眼角桃花
眼角桃花 2020-11-28 05:08

Service Registration

  services.AddScoped(typeof(PageStorageService<>), typeof(PageStorageService<>));

Service Declaration

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