コード例 #1
0
ファイル: Startup.cs プロジェクト: enisn/Blazor.Toastr
 public void Configure(IComponentsApplicationBuilder app)
 {
     app.UseToastr();
     app.AddComponent <App>("app");
 }