Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Class UrlSegmentContext

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. SegmentContext implementation used to route from an url.

Inheritance
System.Object
UrlSegmentContext
Namespace: EPiServer.Web.Routing.Segments.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7
Syntax
public class UrlSegmentContext : SegmentContext

Constructors

UrlSegmentContext(UrlBuilder)

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Initializes a new instance of the UrlSegmentContext class.

Declaration
public UrlSegmentContext(UrlBuilder urlBuilder)
Parameters
Type Name Description
UrlBuilder urlBuilder

The URL builder.

Properties

QueryString

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Gets the query string for the route.

Declaration
public override NameValueCollection QueryString { get; }
Property Value
Type Description
System.Collections.Specialized.NameValueCollection

The query string.

Overrides

Methods

Copy()

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

Declaration
public override SegmentContext Copy()
Returns
Type Description
SegmentContext
Overrides

Extension Methods