Visual Studio Code – .Net MAUI how to include a link in a Label
Using Visual Studio Community edition 2022. New to .Net MAUI and am trying to follow the examples provided in the documentation found at https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/label The XAML code below (from the docs) is used to create a "link" using a tap…