Hello,
I'm trying to use a webapi service (based in DNN 7.2) with the RadSearchBox. Things mostly seem to be working, except that the service doesn't get the text of the search. Note that the service does get called, and, if I generate fake results, it works just fine... it just looks like the SearchBoxContext is empty. Here's what the procedure looks like:
<AllowAnonymous()>
<HttpPost()>
Public Function AutoSearch(context As SearchBoxContext)
(stuff)
End Function
Any ideas?
Thanks,
Mike
I'm trying to use a webapi service (based in DNN 7.2) with the RadSearchBox. Things mostly seem to be working, except that the service doesn't get the text of the search. Note that the service does get called, and, if I generate fake results, it works just fine... it just looks like the SearchBoxContext is empty. Here's what the procedure looks like:
<AllowAnonymous()>
<HttpPost()>
Public Function AutoSearch(context As SearchBoxContext)
(stuff)
End Function
Any ideas?
Thanks,
Mike