How do I programmically retrieve the "Name in URL" field for a given page?
Hi Eric, you get the value from CurrentPage.UrlSegment, this can be done on the PageData object
Thanks. This is what I used. page.Property["PageURLSegment"].Value.ToString();
How do I programmically retrieve the "Name in URL" field for a given page?