C# Class BetterCms.Module.Root.Mvc.Helpers.PreviewHelper

Exibir arquivo Open project: devbridge/BetterCMS

Public Methods

Method Description
PreviewContentBox ( this html, string previewUrl, string openUrl, string title = "Content Preview", bool asImage = false ) : IHtmlString
PreviewLayoutBox ( this html, string url, string title = "Layout Preview" ) : IHtmlString

Private Methods

Method Description
PreviewBox ( System.Web.Mvc.HtmlHelper html, string previewUrl, string openUrl, string title, string width, string height, string frameCssClass, bool asImage ) : IHtmlString

Method Details

PreviewContentBox() public static method

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
return IHtmlString

PreviewLayoutBox() public static method

public static PreviewLayoutBox ( this html, string url, string title = "Layout Preview" ) : IHtmlString
html this
url string
title string
return IHtmlString