Open itadapter opened 1 year ago
Something like this, thows EVEN if CustomType implements IJsonReadable
CustomType
IJsonReadable
void Action(CustomType request) { ... }
// MVCHandler protected virtual async Task<object[]> BindParametersAsync(Controller controller, string action, ActionBaseAttribute attrAction, MethodInfo method, WorkContext work)
Something like this, thows EVEN if
CustomType
implementsIJsonReadable