Guest User

Guest User

  • Tech Writer
  • 103
  • 13.3k

Call method in href tag

Mar 31 2021 11:30 AM
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)