C# 클래스 N2.Web.Mvc.Html.ZoneExtensions

파일 보기 프로젝트 열기: bherila/n2cms

공개 메소드들

메소드 설명
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