C# Класс Cake.Web.Controllers.BlogController

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

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

Метод Описание
BlogController ( BlogIndex index ) : System
Details ( int year, int month, string slug ) : System.Web.Mvc.ActionResult
Feed ( string format ) : System.Web.Mvc.ActionResult
Index ( string category = null, string author = null, int year, int month, int page = 1 ) : System.Web.Mvc.ActionResult

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

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

public BlogController ( BlogIndex index ) : System
index Cake.Web.Core.Content.Blog.BlogIndex
Результат System

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

public Details ( int year, int month, string slug ) : System.Web.Mvc.ActionResult
year int
month int
slug string
Результат System.Web.Mvc.ActionResult

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

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

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

public Index ( string category = null, string author = null, int year, int month, int page = 1 ) : System.Web.Mvc.ActionResult
category string
author string
year int
month int
page int
Результат System.Web.Mvc.ActionResult