Hi, I was wondering, I want to get the titles of all the pages in my assemblies using reflection. I already know I can get the files in the assembly, but is there any better way to do this than a search for the string Title=" inside of the page? It
seems to me that searching for the string Title=" may not be the best way to do this. If anyone knows of a better way, please let me know. If you are convinced that a search for the string is the only way to do it, also let me know if that ts the case.
Thanks
↧