C# 클래스 BetterCms.Module.Root.Mvc.Helpers.PreviewHelper

파일 보기 프로젝트 열기: devbridge/BetterCMS

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
PreviewBox ( System.Web.Mvc.HtmlHelper html, string previewUrl, string openUrl, string title, string width, string height, string frameCssClass, bool asImage ) : IHtmlString

메소드 상세

PreviewContentBox() 공개 정적인 메소드

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
리턴 IHtmlString

PreviewLayoutBox() 공개 정적인 메소드

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