C# Класс Archetype.Extensions.HtmlHelperExtensions

HtmlHelper extenions used for rendering an Archetype.
Показать файл Открыть проект

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

Метод Описание
RenderArchetypePartial ( this htmlHelper, ArchetypeFieldsetModel fieldsetModel ) : IHtmlString

Renders a single archtype partial from a fieldset

RenderArchetypePartial ( this htmlHelper, ArchetypeFieldsetModel fieldsetModel, string partialView ) : IHtmlString

Renders the archetype partial.

RenderArchetypePartial ( this htmlHelper, ArchetypeFieldsetModel fieldsetModel, string partialView, ViewDataDictionary viewDataDictionary ) : IHtmlString

Renders the archetype partial.

RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel ) : IHtmlString

Renders the archetype partials.

RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel, ViewDataDictionary viewDataDictionary ) : IHtmlString

Renders the archetype partials.

RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel, string partialPath ) : IHtmlString

Renders the archetype partials.

RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel, string partialPath, ViewDataDictionary viewDataDictionary ) : IHtmlString

Renders the archetype partials.

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

Метод Описание
_renderPartial ( System.Web.Mvc.HtmlHelper htmlHelper, ArchetypeFieldsetModel fieldsetModel, string partialPath, ViewDataDictionary viewDataDictionary ) : IHtmlString

Renders the fieldset partial

_renderPartials ( this htmlHelper, ArchetypeModel archetypeModel, string partialPath, ViewDataDictionary viewDataDictionary ) : IHtmlString

Renders the partials based on the model, partial path and given viewdata dictionary.

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

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

Renders a single archtype partial from a fieldset
public static RenderArchetypePartial ( this htmlHelper, ArchetypeFieldsetModel fieldsetModel ) : IHtmlString
htmlHelper this The HTML helper.
fieldsetModel ArchetypeFieldsetModel The fieldset model.
Результат IHtmlString

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

Renders the archetype partial.
public static RenderArchetypePartial ( this htmlHelper, ArchetypeFieldsetModel fieldsetModel, string partialView ) : IHtmlString
htmlHelper this The HTML helper.
fieldsetModel ArchetypeFieldsetModel The fieldset model.
partialView string The partial view.
Результат IHtmlString

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

Renders the archetype partial.
public static RenderArchetypePartial ( this htmlHelper, ArchetypeFieldsetModel fieldsetModel, string partialView, ViewDataDictionary viewDataDictionary ) : IHtmlString
htmlHelper this The HTML helper.
fieldsetModel ArchetypeFieldsetModel The fieldset model.
partialView string The partial view.
viewDataDictionary ViewDataDictionary The view data dictionary.
Результат IHtmlString

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

Renders the archetype partials.
public static RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel ) : IHtmlString
htmlHelper this The HTML helper.
archetypeModel ArchetypeModel The archetype model.
Результат IHtmlString

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

Renders the archetype partials.
public static RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel, ViewDataDictionary viewDataDictionary ) : IHtmlString
htmlHelper this The HTML helper.
archetypeModel ArchetypeModel The archetype model.
viewDataDictionary ViewDataDictionary The view data dictionary.
Результат IHtmlString

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

Renders the archetype partials.
public static RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel, string partialPath ) : IHtmlString
htmlHelper this The HTML helper.
archetypeModel ArchetypeModel The archetype model.
partialPath string The partial path.
Результат IHtmlString

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

Renders the archetype partials.
public static RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel, string partialPath, ViewDataDictionary viewDataDictionary ) : IHtmlString
htmlHelper this The HTML helper.
archetypeModel ArchetypeModel The archetype model.
partialPath string The partial path.
viewDataDictionary ViewDataDictionary The view data dictionary.
Результат IHtmlString