예제 #1
0
 public string Post([FromBody] string articleNumber)
 {
     return(_articleUtil.PreviewArticleURL(articleNumber, WebUtil.GetHostName()));
 }