/BlogEngine/BlogEngine.NET/themes/RazorHost/page.cshtml

# · Razor · 5 lines · 5 code · 0 blank · 0 comment · 0 complexity · 1cf832be1c0e753e5fb664a0be181dfe MD5 · raw file

  1. @using BlogEngine.Core
  2. @{
  3. Layout = string.Format("{0}themes/{1}/site.cshtml", Utils.ApplicationRelativeWebRoot, BlogSettings.Instance.Theme);
  4. }
  5. @Html.PageBody()