Rahul Patel

Results 4 issues of Rahul Patel

How do you use this option? Right now it just sets the option as string to the underlying plugin which doesn't work?

Let's say I have uploaded a 700px width image. If my width step is 160px, it seems that it would be optimal if the URLs include 160, 320, 480, 640,...

When using the configuration.AddRoutesFromAssembly method it does not seem RoutePrefix or RouteArea attributes are observed. See below sample code/test: ``` [RouteArea("Fakes")] [RoutePrefix("FakeItems")] public class FakeItemsController : Controller { [GET("Index")] public...

Would it make sense for the RestfulRouteConventionAttribute to check if an action method has the ActionNameAttribute applied to it? I have a scenario where I have multiple submit buttons on...