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
Afficher le fichier Open project: bherila/n2cms

Méthodes publiques

Méthode 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 méthode

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.
Résultat DynamicContentHelper

DynamicContentHelper() public méthode

public DynamicContentHelper ( HtmlHelper html ) : System.Web
html HtmlHelper
Résultat System.Web

DynamicContentHelper() public méthode

public DynamicContentHelper ( HtmlHelper html, Func engine, Func pathGetter ) : System.Web
html HtmlHelper
engine Func
pathGetter Func
Résultat System.Web