C# Class Blog.Controllers.HomeController

Inheritance: Controller
Show file Open project: d3dek/AwesomeBlog Class Usage Examples

Public Methods

Method Description
Archive ( int year, int month ) : System.Web.Mvc.ActionResult
ArchiveByDay ( System.DateTime entryDate ) : System.Web.Mvc.ActionResult
HomeController ( ) : System
Index ( int offset ) : System.Web.Mvc.ActionResult
Tag ( string tag ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
utworzArchiwum ( ) : void

Method Details

Archive() public method

public Archive ( int year, int month ) : System.Web.Mvc.ActionResult
year int
month int
return System.Web.Mvc.ActionResult

ArchiveByDay() public method

public ArchiveByDay ( System.DateTime entryDate ) : System.Web.Mvc.ActionResult
entryDate System.DateTime
return System.Web.Mvc.ActionResult

HomeController() public method

public HomeController ( ) : System
return System

Index() public method

public Index ( int offset ) : System.Web.Mvc.ActionResult
offset int
return System.Web.Mvc.ActionResult

Tag() public method

public Tag ( string tag ) : System.Web.Mvc.ActionResult
tag string
return System.Web.Mvc.ActionResult