예제 #1
0
 public ContentResult Post(string link)
 {
     return(Content(_blogService.GetPostText(link)));
 }