Pete Klein

Results 5 comments of Pete Klein

Which AttributeRouting packages are installed in the separate DLL?

Which of these three? [AttributeRouting (ASP.NET MVC)](http://nuget.org/packages/AttributeRouting/) [AttributeRouting (ASP.NET Web API)](http://nuget.org/packages/AttributeRouting.WebApi/) [AttributeRouting (Self-hosted Web API)](http://nuget.org/packages/AttributeRouting.WebApi.Hosted/)

_[Thanks to [Kiran Chala](http://stackoverflow.com/users/1184056/kiran-challa) for [this answer](http://stackoverflow.com/a/16268647/1775097) on [so](http://stackoverflow.com/)]_ ``` [RoutePrefix("")] public class HomeController : Controller { [GET("")] public ActionResult Index() { return View(); } } ```

Jeroen, it seems your config setting example is missing.

Would you please explain the reason for the slash in queryparameter1?