Table of Contents

Class WebPageUrl

Namespace
CMS.Websites
Assembly
CMS.Websites.dll

Container storing retrieved URLs by IWebPageUrlRetriever.

public sealed class WebPageUrl
Inheritance
object
WebPageUrl
Extension Methods

Constructors

WebPageUrl(string)

Initializes a new instance of WebPageUrl.

[Obsolete("Use constructor with absoluteUrl instead.")]
[ObsoleteSince(29, 6)]
public WebPageUrl(string relativePath)

Parameters

relativePath string

Relative path.

WebPageUrl(string, string)

Initializes a new instance of WebPageUrl.

public WebPageUrl(string relativePath, string absoluteUrl)

Parameters

relativePath string

Relative path.

absoluteUrl string

Absolute URL.

Properties

AbsoluteUrl

Absolute URL of the page.

public string AbsoluteUrl { get; init; }

Property Value

string

RelativePath

Relative path (starting with ~/) of the page.

public string RelativePath { get; init; }

Property Value

string