Essentially, I want to host my local site and create a list of all the names and URLs, as in:
http: //localhost/mySite/Default.aspx My Home Page
http: //localhost/mySite/Preferences.aspx My Preferences
http: //localhost/mySite/Messages.aspx Messages
I am running windows. I am open to everything that works - C # console application, PowerShell, some existing tool, etc. We can assume that the tag exists in the document.
Note. I need to actually pass the files, as the header can be set in code, not markup.
source share