Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update SampleAsyncActionFilter.cs (dotnet#4259)
The existing code sample implies that the user can access the result of the action method in `context.Result`, but that is not the case. User needs to capture the result of the `next` delegate in order to access this info.
- Loading branch information