Working with Asp.net MVC4 Web API

Imported from the CodePlex archive for reference purposes. Support for MvcCodeRouting has ended.

Commented on

The MVCCodeRouting is awesome, it solved a lot of my issues and works very good. However. It seems I cannot put a WebApiController in the following code:

routes.MapCodeRoutes(
	rootController: typeof(WebUI.Controllers.API.UserController),
	settings: new CodeRoutingSettings
	{
		UseImplicitIdToken = true
	}
);
So how can I make MVCCodeRouting support Web Api?

thanks~

Commented on link

There's no support for Web Api yet, but I plan to work on it. Stay tuned.

Commented on link

Thanks for reply~

cheers~

Commented on link

I've just released the first CTP of Web API support.