I'm currently working on a new HttpHandler and need to retrieve the url of a page within composite from a supplied guid. I'm currently using the method PageStructureInfo.TryGetPageUrl(guid, out string) however that's currently throwing up the warning that the method is obsolete and to use Composite.Core.Routing instead. I've been having a look to see what method to replace it with but haven't been able to find anything specific, can anyone point me in the right direction?
↧