C# Class Cake.Web.Controllers.BlogController

Inheritance: Controller
Afficher le fichier Open project: cake-build/website

Méthodes publiques

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

Method Details

BlogController() public méthode

public BlogController ( BlogIndex index ) : System
index Cake.Web.Core.Content.Blog.BlogIndex
Résultat System

Details() public méthode

public Details ( int year, int month, string slug ) : System.Web.Mvc.ActionResult
year int
month int
slug string
Résultat System.Web.Mvc.ActionResult

Feed() public méthode

public Feed ( string format ) : System.Web.Mvc.ActionResult
format string
Résultat System.Web.Mvc.ActionResult

Index() public méthode

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
Résultat System.Web.Mvc.ActionResult