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)
Dependencies
Tags
For example:
<mycomponent message='$"Hello World {DateTime.Now}"' />
vs
<component type="typeof(MyComponent)" render-mode="Static" param-message='$"Hello World {DateTime.Now}"' />.