Method | Description | |
---|---|---|
Audio ( string type = "mp3" ) : System.Web.Mvc.FileResult | ||
Image ( int imageIndex, int retina ) : System.Web.Mvc.FileResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
Start ( int numberOfImages ) : System.Web.Mvc.JsonResult | ||
Try ( string value ) : System.Web.Mvc.JsonResult |
public Audio ( string type = "mp3" ) : System.Web.Mvc.FileResult | ||
type | string | |
return | System.Web.Mvc.FileResult |
public Image ( int imageIndex, int retina ) : System.Web.Mvc.FileResult | ||
imageIndex | int | |
retina | int | |
return | System.Web.Mvc.FileResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public Start ( int numberOfImages ) : System.Web.Mvc.JsonResult | ||
numberOfImages | int | |
return | System.Web.Mvc.JsonResult |
public Try ( string value ) : System.Web.Mvc.JsonResult | ||
value | string | |
return | System.Web.Mvc.JsonResult |