Compartir a través de


UnresolvedPathSegment(String) Constructor

Definición

Inicializa una nueva instancia de la clase UnresolvedPathSegment.

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

Parámetros

segmentValue
String

El valor del segmento sin resolver.

Se aplica a