In below code target is not working :
context.Menu.AddItem( new ApplicationMenuItem( ABMenus.Feedback, l["Feedback"], "https://support.abp.io/QA/Questions", icon: "fa fa-comment-alt", order: 9, customData: null, target: "blank" ) );