C# 클래스 Daniel15.Web.Controllers.SiteController

Controller for the home page as well as a few auxiliary pages.
상속: Controller
파일 보기 프로젝트 열기: Daniel15/Website

공개 메소드들

메소드 설명
Projects ( ) : System.Web.Mvc.ActionResult

Redirects to the new projects page

Search ( ) : System.Web.Mvc.ActionResult

Renders the Google search box.

SiteController ( IBlogRepository blogRepository ) : System.Net

Initializes a new instance of the SiteController class.

SocialFeed ( int count = 25, int before_date = null ) : System.Web.Mvc.ActionResult

A feed of all the stuff I've done on the interwebs.

비공개 메소드들

메소드 설명
Alive ( ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult

메소드 상세

Projects() 공개 메소드

Redirects to the new projects page
public Projects ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Search() 공개 메소드

Renders the Google search box.
public Search ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

SiteController() 공개 메소드

Initializes a new instance of the SiteController class.
public SiteController ( IBlogRepository blogRepository ) : System.Net
blogRepository IBlogRepository The blog post repository.
리턴 System.Net

SocialFeed() 공개 메소드

A feed of all the stuff I've done on the interwebs.
public SocialFeed ( int count = 25, int before_date = null ) : System.Web.Mvc.ActionResult
count int
before_date int
리턴 System.Web.Mvc.ActionResult