Feature - HTML
Paste raw HTML that will be rendered in the page
Introduction
This HTML Feature allows adding HTML code that will be rendered in the page, in this case a YouTube video
As an aside
RTE's can be added in asides like this one
Here we are showing what text looks like in an RTE in an aside.
featureHTML.cshtml
@using Umbraco.Extensions
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<Umbraco.Cms.Core.Models.Blocks.BlockGridItem>
@{
Layout = "_Layout_Features.cshtml";
}
@Html.Raw(Model.Content.Value("featurePropertyFeatureHTML"))