Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The RequestImageFileAsync
method's maxWith
parameter was renamed from maxWith
to maxWidth
.
Version introduced
ASP.NET Core 6.0
Old behavior
The parameter name is spelled maxWith
.
New behavior
The parameter name is spelled maxWidth
.
Reason for change
The original parameter name was a typographical error.
Recommended action
If you're using named parameters in the RequestImageFile
API, update the maxWith
parameter name to maxWidth
. Otherwise, no change is necessary.