Example of Print in Blazor Maps Component
This sample demonstrates the map's print functionality. By clicking the Print button, you can print the map directly from the browser.
Source:
en.wikipedia.org
Properties
In this example, you can see how to configure the print functionality. The PrintAsync method is used to print when the AllowPrint property is set to true.
More information about print functionality can be found in this documentation section.