how to use replace in html string c#
replace in html tag class in string c#
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Amit KumarPosted Jan 30, 2017, 12:23 AM
Nigel FernandesPosted Jan 28, 2017, 7:17 PM
var res = str.replace("Hello", "Hi");
Bikesh SrivastavaPosted Jan 28, 2017, 1:07 PM