C# Class CloudMovie.APIRole.API.PosterController

Summary: This API returns all the posters/pictures found for specified movie. throw : ArgumentException Return : If posters are found, JSON string contains list of posters/pictures for the movie. This excludes any other movie information. Otherwise, empty string
Inheritance: BaseController
显示文件 Open project: viren85/moviemirchi

Protected Methods

Method Description
ProcessRequest ( ) : string

Method Details

ProcessRequest() protected method

protected ProcessRequest ( ) : string
return string