Skip to content

Instantly share code, notes, and snippets.

@glcheetham
Created October 2, 2016 13:00
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 glcheetham/3d2b75f38702998954b3700e930779dc to your computer and use it in GitHub Desktop.
Save glcheetham/3d2b75f38702998954b3700e930779dc to your computer and use it in GitHub Desktop.
Text File Umbraco Template
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
@{
Layout = null;
umbraco.library.ChangeContentType("text/plain");
}
@(Model.Content.GetPropertyValue<string>("fileContent"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment