Class GenerateUrlContextExtensions
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Extension methods for UrlGeneratorContext
Inheritance
System.Object
GenerateUrlContextExtensions
Inherited Members
System.Object.ToString()
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.Pipeline.Internal
Assembly: EPiServer.dll
Version: 11.20.7Syntax
public static class GenerateUrlContextExtensions
Methods
AppendSegment(UrlGeneratorContext, String)
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Appends a segment to the Url that is being generated
Declaration
public static void AppendSegment(this UrlGeneratorContext context, string segment)
Parameters
Type | Name | Description |
---|---|---|
UrlGeneratorContext | context | The context that is extended |
System.String | segment | The segment to append to the url |