C# Class MyStory.Controllers.TagController

Inheritance: MyStoryController
ファイルを表示 Open project: RayKwon/MyStory

Public Methods

Method Description
Index ( string tag = null, int page = 1 ) : System.Web.Mvc.ActionResult
Search ( ) : System.Web.Mvc.ActionResult

Private Methods

Method Description
Sidebar ( ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

public Index ( string tag = null, int page = 1 ) : System.Web.Mvc.ActionResult
tag string
page int
return System.Web.Mvc.ActionResult

Search() public method

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