Hello,
I need the HttpContext.User in a validator. What is the best way to accomplish that?
Use an interceptor?
Inject a service in the constructor?
(Maybe using a Func since the validator is static?)
Thank You,
Miguel
I need the HttpContext.User in a validator. What is the best way to accomplish that?
Use an interceptor?
Inject a service in the constructor?
(Maybe using a Func since the validator is static?)
Thank You,
Miguel