示例#1
0
 public HttpResponseMessage AutoComplete(string value)
 {
     return(Request.CreateResponse(_itag.AutoCompleteTag(value)));
 }