I\'m using PagedList in my Views, but my scaffolded Controller is generated with this kind of default Index Action:
public async Task Index()
Yes, you can.
You can use X.PagedList which is an improved version of PagedList and supports async operations.