Hi,
What's the purpose of the PublishingPage Url property?
I have some sample code like the code below:
PublishingPage pubPage;
// ...init pub page...
string title = pubPage.Title;
string navURL = pubPage.Url;
When I use this code, the URL for one particular page on my site looks like
this:
http://mycomputer_catalogs/masterpage/Pages/Governor.aspx
It's the same if I use pubPage.Name. The returned value doesn't seem to be
valid.
If I use pubPage.Uri.ToString(), I get a valid url:
http://mycomputer/RC/letter/2007/01/Pages/Governor.aspx
Thanks,
Steve
--
My BizTalk blog:
http://stevestechnotes.blogspot.com/