Tagged Questions
2
votes
3answers
418 views
How to get full home page address of a site collection?
When I use SPContext.Current.Site.Url it returns "http://servername"
I need the full homepage URL which is "http://servername/SitePages/Home.aspx"
Does anyone know how to get this programmatically?