C# Класс Daniel15.Web.Controllers.SiteController

Controller for the home page as well as a few auxiliary pages.
Наследование: Controller
Показать файл Открыть проект

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

Метод Описание
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