Info
Version: | 1.0.1 |
Author(s): | FluentDecorator |
Last Update: | Tuesday, February 4, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/BartBierbooms/FluentDecorator |
NuGet Url: | https://www.nuget.org/packages/FluentDecorator |
Install
Install-Package FluentDecorator
dotnet add package FluentDecorator
paket add FluentDecorator
FluentDecorator Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
No dependencies.
No dependencies.
No dependencies.
Tags
This can be useful if you have a model shared on server-side and client-side (Blazor), where you want business logic be separated from the rendering logic. Fluent Decorator let you define this rendering logic in a centralized place.