Skip to content

Instantly share code, notes, and snippets.

@RyanABailey
Created May 28, 2015 05:28
Show Gist options
  • Select an option

  • Save RyanABailey/3e2054aac480770dd60f to your computer and use it in GitHub Desktop.

Select an option

Save RyanABailey/3e2054aac480770dd60f to your computer and use it in GitHub Desktop.
Sublayout
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="MainContent.ascx.cs" Inherits="MySitecoreSite.Sublayouts.MainContent" %>
<%@ Register TagPrefix="sc" Namespace="Sitecore.Web.UI.WebControls" Assembly="Sitecore.Kernel" %>
<div>
<sc:Text Field="Content" runat="server" />
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment