C# Class 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.
Inheritance: N2.Web.Mvc.ViewContentHelper
显示文件 Open project: bherila/n2cms

Public Methods

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

Method Details

At() public method

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.
return DynamicContentHelper

DynamicContentHelper() public method

public DynamicContentHelper ( HtmlHelper html ) : System.Web
html HtmlHelper
return System.Web

DynamicContentHelper() public method

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