C# Класс Sitecore.Modules.WeBlog.Mvc.Controllers.BlogRecentCommentsController

Наследование: BlogBaseController
Показать файл Открыть проект

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

Метод Описание
BlogRecentCommentsController ( ) : System.Collections.Generic
BlogRecentCommentsController ( IRecentCommentsCore recentCommentsCore ) : System.Collections.Generic
Index ( ) : System.Web.Mvc.ActionResult

Защищенные методы

Метод Описание
GetModel ( ) : IEnumerable

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

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

public BlogRecentCommentsController ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

public BlogRecentCommentsController ( IRecentCommentsCore recentCommentsCore ) : System.Collections.Generic
recentCommentsCore IRecentCommentsCore
Результат System.Collections.Generic

GetModel() защищенный Метод

protected GetModel ( ) : IEnumerable
Результат IEnumerable

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

public Index ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult