C# 클래스 Archetype.Extensions.HtmlHelperExtensions

HtmlHelper extenions used for rendering an Archetype.
파일 보기 프로젝트 열기: kgiszewski/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