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);
        }