Class WebPageUrl
Container storing retrieved URLs by IWebPageUrlRetriever.
public sealed class WebPageUrl
- Inheritance
-
objectWebPageUrl
- 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
stringRelative path.
WebPageUrl(string, string)
Initializes a new instance of WebPageUrl.
public WebPageUrl(string relativePath, string absoluteUrl)
Parameters
relativePath
stringRelative path.
absoluteUrl
stringAbsolute 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