SaaS CMS has officially launched! Learn more now.

Class GeneratedUrl

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The result for an url generation created by Generate(ContentReference, UrlGeneratorOptions)

Inheritance
System.Object
GeneratedUrl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 10.10.4
Syntax
public class GeneratedUrl

Constructors

GeneratedUrl(Uri)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Constructs a new instace

Declaration
public GeneratedUrl(Uri url)
Parameters
Type Name Description
System.Uri url

The url that was generated

Properties

Url

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the url that was generated

Declaration
public Uri Url { get; }
Property Value
Type Description
System.Uri

Methods

ToString()

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Extension Methods