Can the HttpContext be accessed within a ValidationAttribute in ASP.NET MVC 3?
HttpContext
ValidationAttribute
I need to test for something in my route data for a match in
You can but why don't you use a RemoteValidationAttribute instead?