You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the [FromForm] attribute is applied to a binding property of a controller action, the validation rules will not be generated. Is this a known issue?
public async Task<ActionResult<ResponseDto>> Update([FromForm] MyDto dto)
{
}