C# Класс N2.Web.Mvc.Html.ZoneExtensions

Показать файл Открыть проект

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

Метод Описание
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.

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

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

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
Результат void

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

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
Результат void

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

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
Результат ZoneHelper

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

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
Результат ZoneHelper