|
1 | 1 | ### .NET MAUI Blazor Hybrid and Web App solution template |
2 | 2 |
|
3 | | -A new solution template makes it easier to create .NET MAUI native and Blazor web client apps that share the same UI. This template shows how to create client apps that maximize code reuse and target Android, iOS, Mac, Windows, and Web. |
| 3 | +A new solution template makes it easier to create .NET MAUI native and Blazor web client apps that share the same UI. This template shows how to create client apps that maximize code reuse and target Android, iOS, Mac, Windows, and Web. |
4 | 4 |
|
5 | 5 | Key features of this template include: |
6 | 6 |
|
@@ -28,20 +28,11 @@ The template is also available in Visual Studio. |
28 | 28 |
|
29 | 29 | For more information, see <xref:blazor/hybrid/tutorials/maui-blazor-web-app?view=aspnetcore-9.0>. |
30 | 30 |
|
31 | | -### Static asset delivery optimization |
32 | | - |
33 | | -Map Static Assets routing endpoint conventions (<xref:Microsoft.AspNetCore.Builder.StaticAssetsEndpointRouteBuilderExtensions.MapStaticAssets%2A>) is a new feature that helps optimize the delivery of static assets in any ASP.NET Core app, including Blazor apps. |
34 | | - |
35 | | -For more information, see the following resources: |
36 | | - |
37 | | -* The [Optimize static web asset delivery](#optimize-static-web-asset-delivery) section of this article. |
38 | | -* <xref:blazor/fundamentals/static-files?view=aspnetcore-9.0>. |
39 | | - |
40 | 31 | ### Detect rendering location, interactivity, and assigned render mode at runtime |
41 | 32 |
|
42 | 33 | We've introduced a new API designed to simplify the process of querying component states at runtime. This API provides the following capabilities: |
43 | 34 |
|
44 | | -* **Determine the current execution location of the component**: This can be particularly useful for debugging and optimizing component performance. |
| 35 | +* **Determine the current execution location of the component**: This can be useful for debugging and optimizing component performance. |
45 | 36 | * **Check if the component is running in an interactive environment**: This can be helpful for components that have different behaviors based on the interactivity of their environment. |
46 | 37 | * **Retrieve the assigned render mode for the component**: Understanding the render mode can help in optimizing the rendering process and improving the overall performance of a component. |
47 | 38 |
|
@@ -232,6 +223,6 @@ The <xref:Microsoft.AspNetCore.Components.Forms.InputNumber%601> component now s |
232 | 223 |
|
233 | 224 | <!-- UPDATE 10.0 Confirm or update --> |
234 | 225 |
|
235 | | -Support for multiple Blazor Web Apps per server project will be considered for .NET 10 (November, 2025). |
| 226 | +Support for multiple Blazor Web Apps per server project is under consideration for .NET 10 in late 2025. |
236 | 227 |
|
237 | 228 | For more information, see [Support for multiple Blazor Web apps per server project (`dotnet/aspnetcore` #52216)](https://github.com/dotnet/aspnetcore/issues/52216). |
0 commit comments