Share via


DefaultSkipTokenHandler Class

Definition

Default implementation of SkipTokenHandler for the service.

public class DefaultSkipTokenHandler : Microsoft.AspNet.OData.Query.SkipTokenHandler
type DefaultSkipTokenHandler = class
    inherit SkipTokenHandler
Public Class DefaultSkipTokenHandler
Inherits SkipTokenHandler
Inheritance
DefaultSkipTokenHandler

Constructors

DefaultSkipTokenHandler()

Methods

ApplyTo(IQueryable, SkipTokenQueryOption)

Apply the $skiptoken query to the given IQueryable.

ApplyTo<T>(IQueryable<T>, SkipTokenQueryOption)

Apply the $skiptoken query to the given IQueryable.

GenerateNextPageLink(Uri, Int32, Object, ODataSerializerContext)

Returns the URI for NextPageLink

Applies to