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
Показать файл Открыть проект

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

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