Skip to content

Instantly share code, notes, and snippets.

@rhysgodfrey
Created June 14, 2016 14:55
Show Gist options
  • Save rhysgodfrey/4220fc316450c1d356183ee2a91dbd94 to your computer and use it in GitHub Desktop.
Save rhysgodfrey/4220fc316450c1d356183ee2a91dbd94 to your computer and use it in GitHub Desktop.
var urls = Telligent.Evolution.Extensibility.Api.Version1.PublicApi.Url;
// In 9.x You could use the Apis class instead:
// var urls = Telligent.Evolution.Extensibility.Apis.Get<Telligent.Evolution.Extensibility.Api.Version1.IUrl>();
var absoluteUrl = urls.Absolute(url)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment