add url mapping referrer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user