Redirects the user.
DECLARE @Path nvarchar(MAX) = SoftadminSnippet.PathPattern('mysite', 'LogIn'); EXEC SoftadminSnippet.Page_Redirect @Url = @Path;