Method | Description | |
---|---|---|
AlbumController ( IMediaServices mediaservices, IService |
ctor
|
|
DownloadAlbum ( int id ) : System.Web.Mvc.ActionResult |
Download an Album converting a list of Images in a zip file
|
Method | Description | |
---|---|---|
Create ( ) : System.Web.Mvc.ActionResult | ||
Create ( |
||
Delete ( int id ) : System.Web.Mvc.ActionResult | ||
DeleteConfirmed ( int id, bool deleteRelated ) : System.Web.Mvc.ActionResult | ||
Edit ( |
||
Edit ( int id ) : System.Web.Mvc.ActionResult | ||
Galleria ( int id ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult |
public AlbumController ( IMediaServices mediaservices, IService |
||
mediaservices | IMediaServices | |
albumservices | IService |
|
return | System |
public DownloadAlbum ( int id ) : System.Web.Mvc.ActionResult | ||
id | int | The identity of the Album |
return | System.Web.Mvc.ActionResult |