Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
segmentValue
Type: System.StringThe unresolved segment value.
See Also
UnresolvedPathSegment Class
System.Web.OData.Routing Namespace
Return to top