I define my menu using taghelpers. I see that the HTML helpers allow security trimming with the HideParent feature, but it appears that the taghelpers only support a boolean for security trimming and hence no way to enable the HideParent feature. Is that true? Or is there a way to enable it?
Additionally, is there any server-side hook that can be used with the taghelper where I can perform custom filtering after the security trimming has been run but before the menu has been rendered to HTML? This would be a workaround if HideParent is not available, as well as allow for custom filtering such as removing extra menu separators, etc.