Skywalker.Web.Mvc.ViewComponents
1.1.0.7
dotnet add package Skywalker.Web.Mvc.ViewComponents --version 1.1.0.7
NuGet\Install-Package Skywalker.Web.Mvc.ViewComponents -Version 1.1.0.7
<PackageReference Include="Skywalker.Web.Mvc.ViewComponents" Version="1.1.0.7" />
paket add Skywalker.Web.Mvc.ViewComponents --version 1.1.0.7
#r "nuget: Skywalker.Web.Mvc.ViewComponents, 1.1.0.7"
// Install Skywalker.Web.Mvc.ViewComponents as a Cake Addin #addin nuget:?package=Skywalker.Web.Mvc.ViewComponents&version=1.1.0.7 // Install Skywalker.Web.Mvc.ViewComponents as a Cake Tool #tool nuget:?package=Skywalker.Web.Mvc.ViewComponents&version=1.1.0.7
ViewComponents are HTML Helpers on Steroids: reusable pieces of UI that are skinnable (using Partial Views) and redestributable. Just like the CustomControls of ASP.NET WebForms.
A ViewComponent is:
Reusable / redistributable;
Skinnable;
Easy to consume from Views (using fluent syntax) as well as easy to author (by using a simple set of base classes and interfaces);
Able to provide rich UI components;
Using a Component based model that will allow you to create shared functionality from which more specific components inherit from;
In the end nothing more than a ViewModel created and populated by its Fluent wrapper. Just the ViewModel is used within the skin / partial view.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Skywalker.FluentComponents (>= 1.1.0.3)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.