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.​INestedHttpResult

Assembly: Microsoft.AspNetCore.Http.Abstractions

Defines a contract that represents the result of an HTTP endpoint that contains a nested <see cref="T:Microsoft.AspNetCore.Http.IResult" /> type.

Remarks

For example, <c>Results&lt;TResult1, TResult2&gt;</c> is an <see cref="T:Microsoft.AspNetCore.Http.INestedHttpResult" /> and will contain the returned <see cref="T:Microsoft.AspNetCore.Http.IResult" /> .

Properties

Result
Gets the actual <see cref="T:Microsoft.AspNetCore.Http.IResult" /> returned by the <see cref="T:Microsoft.AspNetCore.Http.Endpoint" /> route handler delegate.