Skip to content

Instantly share code, notes, and snippets.

@phillipsj
Created September 11, 2015 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save phillipsj/8b7d4344331c36cd338a to your computer and use it in GitHub Desktop.
Save phillipsj/8b7d4344331c36cd338a to your computer and use it in GitHub Desktop.
Orchard Layout Example
layout =
"{\"elements\": [" +
"{" +
"\"typeName\": \"Orchard.Layouts.Elements.Html\"," +
"\"data\": \"Content=" + Encode(Text) + "\"" +
"}" +
"]}";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment