
if (IconOnly && !string.IsNullOrEmpty(IconName)) was not having an impact as the _text variable was being reset. This fix allows the ActionLink to display just the Icon
if (IconOnly && !string.IsNullOrEmpty(IconName)) was not having an impact as the _text variable was being reset. This fix allows the ActionLink to display just the Icon