What type of issue is it?
Wrong documentation
What article/section is this about?
Outbound Request Pipeline > Custom URL Provider > Example
Describe the issue
With Umbraco 17, the IUrlProvider interface and UrlInfo class have received breaking changes. The 17.Latest (LTS) example for creating a custom URL provider doesn't yet reflect these changes. From the documentation available it's not clear to me how inheriting the NewDefaultUrlProvider class is meant to interact with the new requirement that IUrlProvider requires an Alias, or whether this is still a desirable approach.