In my custom model wipe, I use
bindingContext.ValueProvider.GetValue(propertyName);
I have [ValidateInput (false)] in action. However, calling GetValue above results in
The potentially dangerous Request.QueryString value was detected by the client
How can I make my custom mediator get an indefinite value from a cost provider? Of course, when it discovers that there is ValidateInput (false) in the action.
queen3
source share