Guest User

Guest User

  • Tech Writer
  • 18
  • 2.6k

Return Social Icon.

Mar 31 2021 5:18 AM
How to return this <a href="#" class="twitter"><i class="fa fa-twitter"></i></a> code in c# code.
 
for e.g
public string GetDescription()
{
return "Twitter";
}
I have made a method but return "Twitter" i want to return here  this <a href="#" class="twitter"><i class="fa fa-twitter"></i></a>  .it's possible or not

Answers (5)