I was reading requirements for an online project. it was about asp.net web API. The requirement is one api method /ui/echo/, which echoes any string passed to it as a parameter, which when called, would respond with an UI HTML partial <b>Put echo string here</b>
.
I read about RazorMediaTypeFormatter over the internet. Is there any other way web api can return partial views?