BetterCms.Module.Root.Mvc.Helpers.PreviewHelper.PreviewContentBox C# (CSharp) Méthode

PreviewContentBox() public static méthode

public static PreviewContentBox ( this html, string previewUrl, string openUrl, string title = "Content Preview", bool asImage = false ) : IHtmlString
html this
previewUrl string
openUrl string
title string
asImage bool
Résultat IHtmlString
        public static IHtmlString PreviewContentBox(this HtmlHelper html, string previewUrl, string openUrl, string title = "Content Preview", bool asImage = false)
        {
            return PreviewBox(html, previewUrl, openUrl, title, "100%", "100%", "bcms-content-frame", asImage);
        }