Beispiel #1
0
 public static MvcHtmlString RenderPageWrap(this HtmlHelper helper, string key)
 {
     return(MvcHtmlString.Create(string.Join(Environment.NewLine, ContentBlock.PageContent(key).Select(s => s.ToString()))));
 }