can I use reflection to get a pages metdata tags?

  • Thread starter Thread starter PJ6
  • Start date Start date
P

PJ6

What is the best way to programatically scan for metadata tags? I know I
could just open up a text reader and parse the text myself, but I'd be
surprised if there isn't something already built in. Maybe I don't even need
to look at the file's raw text?

Paul
 
the metat tags are refered to as attributes in the reflection docs.

-- bruce (sqlwork.com)
 

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