Class UrlSegmentContext
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. SegmentContext implementation used to route from an url.
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.Web.Routing.Segments.Internal
Assembly: EPiServer.Cms.AspNet.dll
Version: 11.20.7Syntax
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 |