Skip to content

Instantly share code, notes, and snippets.

View rsleggett's full-sized avatar

Rob Stevenson-Leggett rsleggett

View GitHub Profile
@rsleggett
rsleggett / ComponentView.cshtml
Last active December 10, 2015 22:18 — forked from anonymous/ComponentView.cshtml
UI2012 samples for DD4T
@using DD4T.Mvc.Html
@model DD4T.ContentModel.IComponentPresentation
<div>
@Html.SiteEditComponentPresentation(Model)
<h1>@Html.SiteEditField(Model, Model.Component.Fields["title"])@Model.Component.Fields["title"].Value</h1>
</div>