Share via


HttpRequestMessageProperties.NextLink Property

 

Gets or sets the next link for the OData response. Getter returns null if no next link should be sent back to the client.

Namespace:   System.Web.Http.OData.Extensions
Assembly:  System.Web.Http.OData (in System.Web.Http.OData.dll)

Syntax

public Uri NextLink { get; set; }
public:
property Uri^ NextLink {
    Uri^ get();
    void set(Uri^ value);
}
member NextLink : Uri with get, set
Public Property NextLink As Uri

Property Value

Type: System.Uri

See Also

HttpRequestMessageProperties Class
System.Web.Http.OData.Extensions Namespace

Return to top