Pregunta

I cannot figure out how to create an ASP.NET Web Api solution in Xamarin Studio on OS X.

I have tried to create an ASP.NET MVC 3 solution and inherit from ApiController but the class cannot be found.

What steps to I need to take to create an ASP.NET Web Api solution in Xamarin Studio on OS X?

¿Fue útil?

Solución

Have you tried installing the WebApi NuGet package?

Otros consejos

As Far As I know Web API is not part of MVC3, it was added in MVC4.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top