Is there Strip HTML Tag function in VB.net?

  • Thread starter Thread starter Shelby
  • Start date Start date
S

Shelby

Hi,

is there any StripHTMLTag function in VB.Net?
i would like to remove all html tag in a string.

Thanks.
 
Hi Shelby,

You mean that you want from every tag the Text property.

That should in my opinion go with Mshtml when you loop through all the tags.

The result will be awfull probably

Cor
 
Use a RegEx

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing
 
Hi Mustafa,
thanks for that article. It really helps.

Cheers
Shelby
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top