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