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

Exibir arquivo Open project: bherila/n2cms

Public Methods

Method 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 method

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
return void

RenderZone() public static method

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
return void

Zone() public static method

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
return ZoneHelper

Zone() public static method

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
return ZoneHelper