5
Answers

Return Social Icon.

Photo of Guest User

Guest User

4y
582
1
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)