Closed tim-elmer closed 4 years ago
When an anchor hyperlink is used such as;
[Link to important heading](#important-heading) ... ## Important Heading
the parameter ExecutedRoutedEventArgs.Parameter is passed to the handling method as #, rather than #important-heading as expected.
ExecutedRoutedEventArgs.Parameter
#
#important-heading
May you check the fix for me?
Do you need a new nuget-package?
A new NuGet package would be preferable.
Done. Thx.
That's resolved the issue, thank you!
When an anchor hyperlink is used such as;
the parameter
ExecutedRoutedEventArgs.Parameter
is passed to the handling method as#
, rather than#important-heading
as expected.