示例#1
0
 // GET: /Spotify/Back
 public ContentResult Back()
 {
     Spotify.Back();
     return(this.Content(""));
 }