Class UrlSegmentContext
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
Assembly: EPiServer.dll
Version: 9.12.2Syntax
public class UrlSegmentContext : SegmentContext
Constructors
UrlSegmentContext(UrlBuilder)
Initializes a new instance of the UrlSegmentContext class.
Declaration
public UrlSegmentContext(UrlBuilder urlBuilder)
Parameters
Type | Name | Description |
---|---|---|
UrlBuilder | urlBuilder | The URL builder. |
Properties
QueryString
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()
Copies this instance.
Declaration
public override SegmentContext Copy()
Returns
Type | Description |
---|---|
SegmentContext |