C# Class N2.Web.Mvc.Html.ZoneExtensions

Afficher le fichier Open project: bherila/n2cms

Méthodes publiques

Méthode Description
RenderZone ( this helper, ContentItem item, string zoneName ) : void

Renders all items in the Zone of the given name from the item given.

RenderZone ( this helper, string zoneName ) : void

Renders all items in the Zone of the given name from the item held by the container.

Zone ( this helper, ContentItem item, string zoneName ) : ZoneHelper

Gets the HTML for all items in the Zone of the given name from the item given.

Zone ( this helper, string zoneName ) : ZoneHelper

Gets the HTML for all items in the Zone of the given name from the item held by the container.

Method Details

RenderZone() public static méthode

Renders all items in the Zone of the given name from the item given.
public static RenderZone ( this helper, ContentItem item, string zoneName ) : void
helper this
item ContentItem
zoneName string
Résultat void

RenderZone() public static méthode

Renders all items in the Zone of the given name from the item held by the container.
public static RenderZone ( this helper, string zoneName ) : void
helper this
zoneName string
Résultat void

Zone() public static méthode

Gets the HTML for all items in the Zone of the given name from the item given.
public static Zone ( this helper, ContentItem item, string zoneName ) : ZoneHelper
helper this
item ContentItem
zoneName string
Résultat ZoneHelper

Zone() public static méthode

Gets the HTML for all items in the Zone of the given name from the item held by the container.
public static Zone ( this helper, string zoneName ) : ZoneHelper
helper this
zoneName string
Résultat ZoneHelper