C# Class CloudMovie.APIRole.API.MovieInfoController

This API returns single movie object based on the movie name. If movie result found, return JSON string contains, all the movie information including reviews. Otherwise, return empty string. throw ArgumentException
Inheritance: BaseController
显示文件 Open project: viren85/moviemirchi Class Usage Examples

Protected Methods

Method Description
ProcessRequest ( ) : string

Private Methods

Method Description
GetMovieInfo ( string name ) : string

Method Details

ProcessRequest() protected method

protected ProcessRequest ( ) : string
return string