From 993d573bdd1a6e2d3930f201e24a506ecb5c36f6 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Fri, 17 Feb 2023 05:17:00 -0500 Subject: [PATCH] Update cross-link/content for image preview (#28434) --- aspnetcore/blazor/file-uploads.md | 2 +- .../blazor/forms-and-input-components.md | 94 +------------------ 2 files changed, 2 insertions(+), 94 deletions(-) diff --git a/aspnetcore/blazor/file-uploads.md b/aspnetcore/blazor/file-uploads.md index de3ab348d2..52156aadd9 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 19d54246cd..67db0bef02 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