diff --git a/aspnetcore/blazor/file-uploads.md b/aspnetcore/blazor/file-uploads.md index de3ab348d23a..52156aadd908 100644 --- a/aspnetcore/blazor/file-uploads.md +++ b/aspnetcore/blazor/file-uploads.md @@ -779,7 +779,7 @@ Finally, use an injected to add the `OnCha The preceding example is for uploading a single image. The approach can be expanded to support `multiple` images. -The following `FileUpload4` component shows the full working example. +The following `FileUpload4` component shows the complete example. `Pages/FileUpload4.razor`: diff --git a/aspnetcore/blazor/forms-and-input-components.md b/aspnetcore/blazor/forms-and-input-components.md index 19d54246cdf8..67db0bef0233 100644 --- a/aspnetcore/blazor/forms-and-input-components.md +++ b/aspnetcore/blazor/forms-and-input-components.md @@ -258,12 +258,6 @@ The components in the table are also supported outside of a form in Razor compon For more information on the component, see . - - :::moniker-end :::moniker range="< aspnetcore-5.0" @@ -293,14 +287,7 @@ Some components include useful parsing logic. For example, component is a bit more complex and is detailed in . - - +For more information on the component, see . :::moniker-end @@ -415,85 +402,6 @@ In the following example: > [!NOTE] > Changing the after it's assigned is **not** supported. - - :::moniker range=">= aspnetcore-6.0" ## Multiple option selection with the `InputSelect` component