2
Answers

Call method in href tag

Guest User

Guest User

3y
722
1
I have make a this two method 
public string GetDescription()
{
StringBuilder sb = new StringBuilder();
sb.Append("<a href='GetUrl'--here class='twitter'><i class='fa fa-twitter'></i></a>");
return sb.ToString();
}
public string GetUrl()-how to call this method in href tag
{
 }
Answers (2)