C# Класс Phun.Extensions.HtmlHelpers

CMS Html Helpers.
Показать файл Открыть проект

Открытые методы

Метод Описание
PhunPartial ( this html, string contentName ) : string

Renders the content of the CMS.

PhunPartialEditable ( this html, string tagName, string contentName, object htmlAttributes ) : System.Web.HtmlString

Render partial for inline edit.

PhunResourceUrl ( this html, string path ) : System.Web.HtmlString

return the html resource url.

Приватные методы

Метод Описание
PhunBundles ( this html, bool includeJquery = true, bool includeJqueryui = true, bool includeBackbone = true, bool includeCkEditor = true, bool includeEditorInit = true ) : System.Web.HtmlString

Описание методов

PhunPartial() публичный статический Метод

Renders the content of the CMS.
public static PhunPartial ( this html, string contentName ) : string
html this The HTML helper.
contentName string Name of the content.
Результат string

PhunPartialEditable() публичный статический Метод

Render partial for inline edit.
public static PhunPartialEditable ( this html, string tagName, string contentName, object htmlAttributes ) : System.Web.HtmlString
html this The HTML.
tagName string Name of the tag.
contentName string Name of the content.
htmlAttributes object The HTML attributes.
Результат System.Web.HtmlString

PhunResourceUrl() публичный статический Метод

return the html resource url.
public static PhunResourceUrl ( this html, string path ) : System.Web.HtmlString
html this The HTML.
path string The path.
Результат System.Web.HtmlString