Exemplo n.º 1
0
 public string Post([FromBody] string url)
 {
     return(string.Format("Shortened URI: '{0}'", _uriHelper.GetShortURI(url)));
 }