Info
Version: | 3.0.5519.22800 |
Author(s): | Richard J. Cabral |
Last Update: | Tuesday, February 10, 2015 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sitecorerick/constellation.sitecore.presentation |
NuGet Url: | https://www.nuget.org/packages/Constellation.Sitecore.Presentation |
Install
Install-Package Constellation.Sitecore.Presentation
dotnet add package Constellation.Sitecore.Presentation
paket add Constellation.Sitecore.Presentation
Constellation.Sitecore.Presentation Download (Unzip the "nupkg" after downloading)
Dependencies
- Constellation.Html(3.0.5519.21831)
- Constellation.Sitecore.Items(3.0.5519.22303)
Tags
Renderings should decend from Views.WebControlView or Views.UserControlView.
The default Presenter will handle single-Item
datasources as strongly-typed Items. It is possible to add your own Presenters (for custom Models) by implementing the IPresenter
interface.
This namespace includes a handful of WebForms-compatible examples.