diff --git a/aspnetcore/blazor/forms-validation.md b/aspnetcore/blazor/forms-validation.md index 53ff7167af13..2dcb6566bf48 100644 --- a/aspnetcore/blazor/forms-validation.md +++ b/aspnetcore/blazor/forms-validation.md @@ -31,7 +31,7 @@ public class ExampleModel A form is defined using the component. The following form demonstrates typical elements, components, and Razor code: ```razor - + @@ -64,18 +64,37 @@ In the preceding example: A set of built-in input components are available to receive and validate user input. Inputs are validated when they're changed and when a form is submitted. Available input components are shown in the following table. +::: moniker range=">= aspnetcore-5.0" + | Input component | Rendered as… | | --------------- | ------------------- | +| | `` | +| | `` | +| | `` | +| [`InputRadio`](#radio-buttons) | `` | +| [`InputRadioGroup`](#radio-buttons) | `` | +| | `` | | | `