entityName = EntityDetails.Attributes["name"].ToString();
text = userName + " has created Opportunity " + entityName + " on sub-account " + accountName + " to have an Estimated Revenue of " + estValue;
Above code gives the entityname as text i want this to be a hyperlink of entityname. Is it possible?