Skip to content

Commit

Permalink
Versioning patch (#30931)
Browse files Browse the repository at this point in the history
  • Loading branch information
guardrex authored Nov 3, 2023
1 parent f4dd200 commit 681faea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions aspnetcore/blazor/forms/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ In the following component, update the namespace of the **`Shared`** project (`@

`Starship10.razor`:

moniker range=">= aspnetcore-8.0"
:::moniker range=">= aspnetcore-8.0"

> [!NOTE]
> By default, forms based on `EditForm` automatically enable [anti-forgery support](xref:blazor/forms/index#antiforgery-support). The controller should use <xref:Microsoft.Extensions.DependencyInjection.MvcServiceCollectionExtensions.AddControllersWithViews%2A> to register controller services and automatically enable anti-forgery support for the web API.
Expand Down Expand Up @@ -863,9 +863,9 @@ builder.Services.AddScoped(sp =>
:::code language="razor" source="~/../blazor-samples/8.0/BlazorWebAppSample/Components/Pages/Starship10.razor":::
-->

moniker-end
:::moniker-end

moniker range="< aspnetcore-8.0"
:::moniker range="< aspnetcore-8.0"

```razor
@page "/starship-10"
Expand Down Expand Up @@ -994,7 +994,7 @@ moniker range="< aspnetcore-8.0"
}
```

moniker-end
:::moniker-end

<!--
:::code language="razor" source="~/../blazor-samples/7.0/BlazorSample_WebAssembly/Pages/forms-and-validation/Starship10.razor":::
Expand Down

0 comments on commit 681faea

Please sign in to comment.