Created
December 27, 2013 14:41
-
-
Save remcorakers/8147835 to your computer and use it in GitHub Desktop.
DD4T Component View, based on Razor view engine.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@using DD4T.Mvc.Html | |
@model DD4T.ContentModel.IComponentPresentation | |
@{ | |
Layout = ""; | |
} | |
<h2>@Model.Component.Fields["Title"].Value</h2> | |
@Model.Component.Fields["Body"].Value.ResolveRichText() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment