Class UrlMapping
Describes a UrlMapping in Oqtane.
public class UrlMapping
- Inheritance
-
UrlMapping
Properties
CreatedOn
Date when the url was first requested for the site
public DateTime CreatedOn { get; set; }
Property Value
MappedUrl
A Url the visitor will be redirected to
public string MappedUrl { get; set; }
Property Value
RequestedOn
Date when the url was last requested for the site
public DateTime RequestedOn { get; set; }
Property Value
Requests
Number of requests all time for the url
public int Requests { get; set; }
Property Value
SiteId
Reference to a Site
public int SiteId { get; set; }
Property Value
Url
A fully quaified Url
public string Url { get; set; }
Property Value
UrlMappingId
ID of this UrlMapping.
public int UrlMappingId { get; set; }