DalSoft.RazorComponents NuGet Package

Package allows you to use the same friendly markup for a Razor Component in Razor Pages as you would in Blazor.

For example:

<mycomponent message='$"Hello World {DateTime.Now}"' />
vs
<component type="typeof(MyComponent)" render-mode="Static" param-message='$"Hello World {DateTime.Now}"' />.




Got any DalSoft.RazorComponents Question?





Info

Version: 0.0.2
Author(s): @DalSoft, @pwhe23
Last Update: Monday, October 5, 2020
.NET Fiddle: Create the first Fiddle
Project Url: https://github.com/DalSoft/DalSoft.RazorComponents
NuGet Url: https://www.nuget.org/packages/DalSoft.RazorComponents


Install
Install-Package DalSoft.RazorComponents
dotnet add package DalSoft.RazorComponents
paket add DalSoft.RazorComponents
DalSoft.RazorComponents Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

1.8

avg-downloads-per-day

0

days-since-last-release

1305