Early Preview

This is currently very much a preview. Please feel free to try things out, but don't be upset if anything is not yet working. Feedback is welcome over on our GitHub Dicussions page.

interface Microsoft.​AspNetCore.​Http.​IResult

Assembly: Microsoft.AspNetCore.Http.Abstractions

Defines a contract that represents the result of an HTTP endpoint.

Methods

ExecuteAsync​(HttpContext httpContext)
Write an HTTP response reflecting the result.
Returns A task that represents the asynchronous execute operation.
httpContext The <see cref="T:Microsoft.AspNetCore.Http.HttpContext" /> for the current request.