C# 클래스 TournamentReport.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: Haacked/TournamentMaker

공개 메소드들

메소드 설명
Index ( ) : System.Web.Mvc.ActionResult
Standings ( string tournamentSlug ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Index() 공개 메소드

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

Standings() 공개 메소드

public Standings ( string tournamentSlug ) : System.Web.Mvc.ActionResult
tournamentSlug string
리턴 System.Web.Mvc.ActionResult