Blazor: Parameter name changed in RequestImageFileAsync method
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.
Affected APIs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.