System.Uri.BasePath is private, oh no!
Posted in SharePoint, .NET on Dec 27th, 2005
For SharePoint developers working with URL is a crucial thing. So probably many of us noticed that BasePath property of Uri class is private. Maybe it is something like property in .NET 1.0 (example in “Framework Designing Guidelines”) but I don’t think so.
So, how we can solve this? Well, in a SharePoint context I think […]