文件名称:RxBlazor:Blazor框架的基于Rx.NET的MessageService演示
文件大小:3.14MB
文件格式:ZIP
更新时间:2024-05-17 08:10:49
C#
MessageService-Blazor Rx.NET集成演示 这是一个简单的示例应用程序,演示了如何使用基于Rx的MessageService发送和接收消息。 如果需要发布者和订阅者解耦并利用Rx功能属性,则可以使用这种体系结构。 使用运行演示 bionic serve 使用DotNet运行演示 dotnet watch run
【文件预览】:
RxBlazor-master
----Components()
--------CounterComponent.scss(67B)
--------CounterComponent.cshtml(923B)
----Startup.cs(373B)
----Program.cs(352B)
----App.scss(188B)
----Services()
--------MessageService.cs(552B)
--------CounterService.cs(390B)
--------Interfaces()
----wwwroot()
--------index.html(452B)
--------css()
----App.cshtml(203B)
----global.json(44B)
----Shared()
--------SurveyPrompt.cshtml(525B)
--------NavMenu.cshtml(996B)
--------MainLayout.cshtml(285B)
----Attributes()
--------InjectableAttribute.cs(1KB)
----Pages()
--------MessagePage.scss(53B)
--------Index.cshtml(140B)
--------MessagePage.cshtml(2KB)
--------_ViewImports.cshtml(22B)
----ms-rx-blazor-demo.gif(3.04MB)
----README.md(567B)
----RxBlazor.csproj(1KB)
----RxBlazor.sln(788B)
----.gitignore(65B)
----Model()
--------StringMessage.cs(370B)
--------ActionMessage.cs(30B)
----_ViewImports.cshtml(151B)