C# 클래스 Cake.Web.Controllers.BlogController

상속: Controller
파일 보기 프로젝트 열기: cake-build/website

공개 메소드들

메소드 설명
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