route-constraint Questions
4
Solved
I have a performance issue with a fairly simple ASP.MVC view.
It's a log-on page that should be almost instant, but is taking about half a second.
After a lot of digging it looks like the problem...
Fluoric asked 10/8, 2012 at 10:49
3
Solved
On my ASP.NET MVC 3 App, I have a route constraint defined like below:
public class CountryRouteConstraint : IRouteConstraint {
private readonly ICountryRepository<Country> _countryRepo;
...
Polytheism asked 29/11, 2011 at 9:44
3
Solved
does ASP.NET MVC contain any route contraints baked into the code? if so, how do i define a date-time constraint?
eg. url:
http://mydomain.com/{versionDate}/{controller}/{action}
http://mydomain....
Retardant asked 2/3, 2010 at 3:52
1
© 2022 - 2024 — McMap. All rights reserved.