C# 클래스 LibraryManager.Controllers.AjaxController

상속: Controller
파일 보기 프로젝트 열기: hiepbh/Assignment

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
test ( string dealerID ) : System.Web.Mvc.ActionResult

메소드 상세

Index() 공개 메소드

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

MyTest() 공개 메소드

public MyTest ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Paging() 공개 메소드

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

index1() 공개 메소드

public index1 ( string page ) : string
page string
리턴 string