Class GeneratedUrl
The result for an url generation created by Generate(ContentReference, UrlGeneratorOptions)
Inheritance
System.Object
GeneratedUrl
Namespace: EPiServer.Core.Routing.Internal
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class GeneratedUrl : Object
Constructors
GeneratedUrl(Uri)
Constructs a new instace
Declaration
public GeneratedUrl(Uri url)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | url | The url that was generated |
Properties
Url
Gets the url that was generated
Declaration
public Uri Url { get; }
Property Value
Type | Description |
---|---|
System.Uri |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |