UnresolvedPathSegment Constructor (String)
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.StringThe unresolved segment value.
See Also
UnresolvedPathSegment Class
System.Web.Http.OData.Routing Namespace
Return to top