ammar91

Results 6 issues of ammar91

I have a route define for controller using attribute routing ``` [RoutePrefix("blog")] public class BlogController : Controller { [HttpGet] [Route("detail")] public ActionResult Detail() { return View(); } } ``` I...

Hi, The package works great with Web API and it successfully able to log all unhandled exception to Elmah. however little worry about securing Elmah.axd though. I am using Asp.Net...

Hi, This is more of question about in selecting the right version of this package to work with Vue 2. Since this project seems to provide support for Vue3 as...

#### Describe the issue I'm trying to post the following json data using multipart/form-data, and have the content type header specified in the request object. The automatic serializer to transform...

state::triage

I have the following data model and trying to generate csv report that would have headers `User, Product, Video 1, Video 2.. Video5` where the "Video 1" to "Video 5"...

bug

I'm having issue in pdf whenthere is more than 1 page. The lines are squashed together. ![issue](https://cloud.githubusercontent.com/assets/7683970/15714694/f46bf18c-2834-11e6-9f1b-a9e3ec7f1b1b.PNG) Here is how my code looks like ` var pdfBytes = Rotativa.Core.WkhtmltopdfDriver .ConvertHtml(new...