Class SegmentNode
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. Class to hold the contentReference and its segment
Inheritance
System.Object
SegmentNode
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 SegmentNode
Constructors
SegmentNode()
Declaration
public SegmentNode()
Properties
ContentLink
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The content reference.
Declaration
public ContentReference ContentLink { get; set; }
Property Value
Type | Description |
---|---|
ContentReference |
Segment
Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice. The contents segment
Declaration
public string Segment { get; set; }
Property Value
Type | Description |
---|---|
System.String |