From c80320351dde8bacd517166e9c05bc2f6e368eb1 Mon Sep 17 00:00:00 2001 From: Luke Latham <1622880+guardrex@users.noreply.github.com> Date: Mon, 6 May 2024 08:33:09 -0400 Subject: [PATCH] Add cross-link to new guidance (#32522) --- aspnetcore/blazor/hybrid/reuse-razor-components.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/aspnetcore/blazor/hybrid/reuse-razor-components.md b/aspnetcore/blazor/hybrid/reuse-razor-components.md index cf9eacc53b..f07b103ea9 100644 --- a/aspnetcore/blazor/hybrid/reuse-razor-components.md +++ b/aspnetcore/blazor/hybrid/reuse-razor-components.md @@ -69,6 +69,12 @@ The following example demonstrates the concepts for images in an app that organi ![A .NET MAUI Blazor Hybrid app uses InputPhoto from a Razor class library (RCL) that it references. The .NET MAUI app also references a .NET MAUI class library. InputPhoto in the RCL injects an ICameraService interface defined in the RCL. CameraService partial class implementations for ICameraService are in the .NET MAUI class library (CameraService.Windows.cs, CameraService.iOS.cs, CameraService.Android.cs), which references the RCL.](~/blazor/hybrid/reuse-razor-components/_static/diagram4.png) +:::moniker range=">= aspnetcore-8.0" + +For an example, see . + +:::moniker-end + ## Additional resources * .NET MAUI Blazor podcast sample app