Can the HttpContext be accessed within a ValidationAttribute in ASP.NET MVC?

Viewed 3258

Can the HttpContext be accessed within a ValidationAttribute in ASP.NET MVC 3?

I need to test for something in my route data for a match in order to return true on my validator.

Thanks

2 Answers
Related