Table of Contents

Class UrlMapping

Namespace
Oqtane.Models
Assembly
Oqtane.Shared.dll

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

DateTime

MappedUrl

A Url the visitor will be redirected to

public string MappedUrl { get; set; }

Property Value

string

RequestedOn

Date when the url was last requested for the site

public DateTime RequestedOn { get; set; }

Property Value

DateTime

Requests

Number of requests all time for the url

public int Requests { get; set; }

Property Value

int

SiteId

Reference to a Site

public int SiteId { get; set; }

Property Value

int

Url

A fully quaified Url

public string Url { get; set; }

Property Value

string

UrlMappingId

ID of this UrlMapping.

public int UrlMappingId { get; set; }

Property Value

int