Share via


UnresolvedPathSegment(String) Constructor

Definition

Initializes a new instance of the UnresolvedPathSegment class.

public UnresolvedPathSegment (string segmentValue);
new Microsoft.AspNet.OData.Routing.UnresolvedPathSegment : string -> Microsoft.AspNet.OData.Routing.UnresolvedPathSegment
Public Sub New (segmentValue As String)

Parameters

segmentValue
String

The unresolved segment value.

Applies to