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

Afficher le fichier Open project: devbridge/BetterCMS

Méthodes publiques

Méthode 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

Méthode 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 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

PreviewLayoutBox() public static méthode

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