C# 클래스 MobileRemoteBrowser.Controllers.HomeController

상속: Controller
파일 보기 프로젝트 열기: mausch/MobileRemoteBrowser

Private Properties

프로퍼티 타입 설명
GetMimeType string
IsVideo bool
RunVLC void

공개 메소드들

메소드 설명
Folder ( string path, int page ) : System.Web.Mvc.ActionResult
Index ( ) : System.Web.Mvc.ActionResult
KillVLC ( ) : System.Web.Mvc.ActionResult
KillVLCProc ( ) : void
Run ( string path, string file ) : System.Web.Mvc.ActionResult
Video ( string path, string file ) : System.Web.Mvc.ActionResult

비공개 메소드들

메소드 설명
GetMimeType ( string filename ) : string
IsVideo ( string filename ) : bool
RunVLC ( ) : void

메소드 상세

Folder() 공개 메소드

public Folder ( string path, int page ) : System.Web.Mvc.ActionResult
path string
page int
리턴 System.Web.Mvc.ActionResult

Index() 공개 메소드

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

KillVLC() 공개 메소드

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

KillVLCProc() 공개 정적인 메소드

public static KillVLCProc ( ) : void
리턴 void

Run() 공개 메소드

public Run ( string path, string file ) : System.Web.Mvc.ActionResult
path string
file string
리턴 System.Web.Mvc.ActionResult

Video() 공개 메소드

public Video ( string path, string file ) : System.Web.Mvc.ActionResult
path string
file string
리턴 System.Web.Mvc.ActionResult