C# Class LibraryManager.Controllers.AjaxController

Inheritance: Controller
ファイルを表示 Open project: hiepbh/Assignment

Public Methods

Method Description
Index ( string employee_name, int page ) : System.Web.Mvc.ActionResult
MyTest ( ) : System.Web.Mvc.ActionResult
Paging ( string employee_name, int page ) : System.Web.Mvc.ActionResult
index1 ( string page ) : string

Private Methods

Method Description
test ( string dealerID ) : System.Web.Mvc.ActionResult

Method Details

Index() public method

public Index ( string employee_name, int page ) : System.Web.Mvc.ActionResult
employee_name string
page int
return System.Web.Mvc.ActionResult

MyTest() public method

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

Paging() public method

public Paging ( string employee_name, int page ) : System.Web.Mvc.ActionResult
employee_name string
page int
return System.Web.Mvc.ActionResult

index1() public method

public index1 ( string page ) : string
page string
return string