How do I refresh the navigation side menu items labels after changing their label from UI without reloading the entire page in blazor
I have a razor page that shows a navigation menu on the right side of the page with a list of items. Users can change the label of those items from the UI and the label name gets refreshed on the UI, i.e. everywhere except the navigation menu. I can change the label names in the navigation menu as well but only if I reload the entire page. I do not want that as it is slow. Is there any way to reload the navigationmenu razor page without reloading the entire page?