dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.38k stars 25.34k forks source link

Add link to Hybrid + Web tutorial from Reuse Razor Components guidance #32518

Closed BethMassi closed 1 week ago

BethMassi commented 2 weeks ago

We've got a new tutorial and this shows how to implement the interfaces pattern shown in the conceptual docs to provide different implementations for the different hosting models when reusing razor components. We should link to it! Currently we only have the reverse.

Add a link from: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/reuse-razor-components?view=aspnetcore-8.0#net-maui-blazor-platform-specific-code

To: https://learn.microsoft.com/en-us/aspnet/core/blazor/hybrid/tutorials/maui-blazor-web-app?view=aspnetcore-8.0#using-interfaces-to-support-different-device-implementations

guardrex commented 2 weeks ago

BTW @BethMassi ... It will probably be difficult to remember, but if you apply the blazor-hybrid/subsvc label, it will trigger a workflow to set everything else.