C# 클래스 N2.Web.Mvc.DynamicContentHelper

This code is here since it has dependencies on ASP.NET 3.0 which isn't a requirement for N2 in general.
상속: N2.Web.Mvc.ViewContentHelper
파일 보기 프로젝트 열기: bherila/n2cms

공개 메소드들

메소드 설명
At ( ContentItem otherContentItem ) : DynamicContentHelper

Gives a content helper that with the given item in scope. The scope of the surrouding page is not changed.

DynamicContentHelper ( HtmlHelper html ) : System.Web
DynamicContentHelper ( HtmlHelper html, Func engine, Func pathGetter ) : System.Web

메소드 상세

At() 공개 메소드

Gives a content helper that with the given item in scope. The scope of the surrouding page is not changed.
public At ( ContentItem otherContentItem ) : DynamicContentHelper
otherContentItem ContentItem The content item to operate on.
리턴 DynamicContentHelper

DynamicContentHelper() 공개 메소드

public DynamicContentHelper ( HtmlHelper html ) : System.Web
html HtmlHelper
리턴 System.Web

DynamicContentHelper() 공개 메소드

public DynamicContentHelper ( HtmlHelper html, Func engine, Func pathGetter ) : System.Web
html HtmlHelper
engine Func
pathGetter Func
리턴 System.Web