BetterCms.Module.Root.Mvc.Helpers.PreviewHelper.PreviewLayoutBox C# (CSharp) Метод

PreviewLayoutBox() публичный статический Метод

public static PreviewLayoutBox ( this html, string url, string title = "Layout Preview" ) : IHtmlString
html this
url string
title string
Результат IHtmlString
        public static IHtmlString PreviewLayoutBox(this HtmlHelper html, string url, string title = "Layout Preview")
        {
            return PreviewBox(html, url, url, title, "930", "930", "bcms-layout-frame", false);
        }