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

보호된 메소드들

메소드 설명
ProcessRequest ( ) : string

비공개 메소드들

메소드 설명
GetMovieInfo ( string name ) : string

메소드 상세

ProcessRequest() 보호된 메소드

protected ProcessRequest ( ) : string
리턴 string