Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the UnresolvedPathSegment class.
Namespace:   System.Web.Http.OData.Routing
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)
Syntax
public UnresolvedPathSegment(
    string segmentValue
)
public:
UnresolvedPathSegment(
    String^ segmentValue
)
new : 
        segmentValue:string -> UnresolvedPathSegment
Public Sub New (
    segmentValue As String
)
Parameters
- segmentValue 
 Type: System.String- The unresolved segment value. 
See Also
UnresolvedPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top