2
Answers

Call method in href tag

Photo of Guest User

Guest User

4y
773
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)