コード例 #1
0
 public ActionResult <UrlData> RedirectUrl(string id)
 {
     return(Redirect(_service.GetUrl(id)));
 }