C# Класс Alloy.Business.PageViewContextFactory

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CreateLayoutModel ( EPiServer.Core.ContentReference currentContentLink, System.Web.Routing.RequestContext requestContext ) : LayoutModel
GetSection ( EPiServer.Core.ContentReference contentLink ) : IContent
PageViewContextFactory ( IContentLoader contentLoader, UrlResolver urlResolver ) : System.Linq

Приватные методы

Метод Описание
GetLoginUrl ( EPiServer.Core.ContentReference returnToContentLink ) : string

Описание методов

CreateLayoutModel() публичный Метод

public CreateLayoutModel ( EPiServer.Core.ContentReference currentContentLink, System.Web.Routing.RequestContext requestContext ) : LayoutModel
currentContentLink EPiServer.Core.ContentReference
requestContext System.Web.Routing.RequestContext
Результат Alloy.Models.ViewModels.LayoutModel

GetSection() публичный Метод

public GetSection ( EPiServer.Core.ContentReference contentLink ) : IContent
contentLink EPiServer.Core.ContentReference
Результат IContent

PageViewContextFactory() публичный Метод

public PageViewContextFactory ( IContentLoader contentLoader, UrlResolver urlResolver ) : System.Linq
contentLoader IContentLoader
urlResolver UrlResolver
Результат System.Linq