C# 클래스 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
상속: BaseController
파일 보기 프로젝트 열기: viren85/moviemirchi

보호된 메소드들

메소드 설명
ProcessRequest ( ) : string

메소드 상세

ProcessRequest() 보호된 메소드

protected ProcessRequest ( ) : string
리턴 string