Monsters Weekly 167 - Generating an Absolute URL in Razor Pages

When sharing a URL to a specific page in your Razor Page application via email, you need the ability to generate an absolute URL. In this week’s episode, Monster Dave shows us the easy way to do that.

TLDW:
Url.PageLink(“/Register”, values: new { code = “MyUnique Code” });