C# Class CloudMovie.APIRole.API.ActorController

This API returns all the movies found based on actor name. e.g. Aamir Khan. This api will return list of movies which have aamir khan (as actor, as singer, as director, as producer etc.) If movies are found, JSON string contains all movies information. This excludes reviews about these movies. Otherwise, empty string throw ArgumentException
Inheritance: BaseController
Afficher le fichier Open project: viren85/moviemirchi

Méthodes protégées

Méthode Description
ProcessRequest ( ) : string

Method Details

ProcessRequest() protected méthode

protected ProcessRequest ( ) : string
Résultat string