Skip to content

Commit 96ef3c0

Browse files
guardrexCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent 6586901 commit 96ef3c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aspnetcore/blazor/components/integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ To support routable Razor components in Razor Pages apps:
183183
> In .NET 10 or later, the Blazor script is included by the framework if the project contains at least one Razor component file (`.razor`). If your app requires the Blazor script but doesn't contain at least one component, add the following MSBuild property to the app's project file to force unconditional script inclusion:
184184
>
185185
> ```xml
186-
> <RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
186+
> <RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
187187
> ```
188188
189189
<xref:Microsoft.AspNetCore.Mvc.Rendering.RenderMode> configures whether the `App` component:
@@ -270,7 +270,7 @@ To support routable Razor components in MVC apps:
270270
> In .NET 10 or later, the Blazor script is included by the framework if the project contains at least one Razor component file (`.razor`). If your app requires the Blazor script but doesn't contain at least one component, add the following MSBuild property to the app's project file to force unconditional script inclusion:
271271
>
272272
> ```xml
273-
> <RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
273+
> <RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
274274
> ```
275275
276276
<xref:Microsoft.AspNetCore.Mvc.Rendering.RenderMode> configures whether the `App` component:

aspnetcore/release-notes/aspnetcore-10/includes/blazor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In prior releases of .NET, the Blazor script is served from an embedded resource
3939
The Blazor script (`blazor.web.js` or `blazor.server.js`) is included by the framework if the project contains at least one Razor component file (`.razor`). If your app requires the Blazor script but doesn't contain at least one component, add the following MSBuild property to the app's project file to force unconditional script inclusion:
4040

4141
```xml
42-
<RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
42+
<RequiresAspNetWebAssets>true</RequiresAspNetWebAssets>
4343
```
4444

4545
For more information, see the following resources:

0 commit comments

Comments
 (0)