INestedHttpResult Interface

Definition

Defines a contract that represents the result of an HTTP endpoint that contains a nested IResult type.

public interface INestedHttpResult
type INestedHttpResult = interface
Public Interface INestedHttpResult
Derived

Remarks

For example, Results<TResult1, TResult2> is an INestedHttpResult and will contain the returned IResult.

Properties

Result

Gets the actual IResult returned by the Endpoint route handler delegate.

Applies to