Share via


HttpRequestMessageProperties.NextLink Property

Definition

Gets or sets the next link for the OData response.

public Uri NextLink { get; set; }
member this.NextLink : Uri with get, set
Public Property NextLink As Uri

Property Value

Uri

null if no next link should be sent back to the client.

Applies to