add url mapping referrer

This commit is contained in:
sbwalker
2025-12-19 15:06:06 -05:00
parent 417a6bf226
commit 8120db84f4
5 changed files with 51 additions and 2 deletions

View File

@@ -33,6 +33,11 @@ namespace Oqtane.Models
/// </summary>
public int Requests { get; set; }
/// <summary>
/// Last referrer to the Url (only set if linked to externally)
/// </summary>
public string Referrer { get; set; }
/// <summary>
/// Date when the url was first requested for the site
/// </summary>