C# Class challenge_mvc_asp.Interfaces.NewsBaseController

Inheritance: Controller
显示文件 Open project: code-check/challenge-mvc-asp

Public Methods

Method Description
Feed ( SearchPostModel model ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
Search ( SearchPostModel model ) : System.Web.Mvc.ActionResult

Method Details

Feed() public method

public Feed ( SearchPostModel model ) : System.Web.Mvc.ActionResult
model challenge_mvc_asp.Models.SearchPostModel
return System.Web.Mvc.ActionResult

Index() public method

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

Search() public method

public Search ( SearchPostModel model ) : System.Web.Mvc.ActionResult
model challenge_mvc_asp.Models.SearchPostModel
return System.Web.Mvc.ActionResult