Hi Mark,
We have prepared samples based on the requirements. Please refer to the below code snippet and sample. Please refer to the below code snippet and sample.
@using Syncfusion.Blazor.Navigations <SfMenu TValue="MenuItem"> <MenuItems> <MenuItem Text="Appliances"> <MenuItems> <MenuItem Text="Washing Machine" Url="https://www.google.com/search?q =washing+machine" HtmlAttributes="attributes"></MenuItem> </MenuItems> </MenuItem> </MenuItems> </SfMenu> @code{ private Dictionary<string, object> attributes = new Dictionary<string, object>() { { "anchor", new Dictionary<string, object>() { { "target", "_blank" }}} }; } |
Please let us know if you need any further assistance on this.
Regards,
KeerthiKaran K V