-
-
Save RyanABailey/3e2054aac480770dd60f to your computer and use it in GitHub Desktop.
Sublayout
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
| <%@ 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