(Choose 1 answer)
A. To enable paging, just mention the page count at the [AllowQueryable][AllowEnableQuery(PageSize =5)]
public IActionResult GetData() => Ok(objService. GetObjects()):
B. To enable paging, just mention the page count at the [Queryable][EnableQuery(PageSize =5)]public IActionResult GetData() => Ok(objService. GetObjects());
C. To enable paging, just mention the page count at the [Queryable][EnableQuery(Pagelndex =5)]public lActionResult GetData() => Ok(objService.GetObjects()):
Choose the correct information about pagging OData.
the exam.
Exit 43