메소드 | 설명 | |
---|---|---|
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.
|
public static RenderArchetypePartial ( this htmlHelper, ArchetypeFieldsetModel fieldsetModel ) : IHtmlString | ||
htmlHelper | this | The HTML helper. |
fieldsetModel | ArchetypeFieldsetModel | The fieldset model. |
리턴 | IHtmlString |
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 |
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 |
public static RenderArchetypePartials ( this htmlHelper, ArchetypeModel archetypeModel ) : IHtmlString | ||
htmlHelper | this | The HTML helper. |
archetypeModel | ArchetypeModel | The archetype model. |
리턴 | IHtmlString |
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 |
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 |
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 |