UnresolvedPathSegment Constructor (String)

 

Initializes a new instance of the UnresolvedPathSegment class.

Namespace:   System.Web.OData.Routing
Assembly:  System.Web.OData (in System.Web.OData.dll)

Syntax

public UnresolvedPathSegment(
    string segmentValue
)
public:
UnresolvedPathSegment(
    String^ segmentValue
)
new : 
        segmentValue:string -> UnresolvedPathSegment
Public Sub New (
    segmentValue As String
)

Parameters

See Also

UnresolvedPathSegment Class
System.Web.OData.Routing Namespace

Return to top