Posts by Tiago Ávila • 121 points
3 posts
-
1
votes0
answers55
viewsQ: Update rate Limits at Runtime using Webapithrottle is not working
I have a Webapi in ASP.NET MVC and I need to control the access limit, in addition, I need to change the limits values at runtime. I implemented as this example on the site Webapithrottle (section…
-
0
votes2
answers118
viewsA: Can I have more than one Views directory in MVC?
You can also load the CSS outside the Bundleconfig, just insert <link href="@Url.Content("~/Content/seu-css.css")" rel="stylesheet" /> in the view you want.
-
1
votes2
answers1138
viewsA: Send Boleto.net by email
I’m going through something like this, what I did was first save the HTML of the boleto generated on disk, and then use it, in my case I have to climb it to the Storage of Azure. In case the email…
c#answered Tiago Ávila 121