Lue englanniksi

Jaa


INestedHttpResult Interface

Definition

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

C#
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

Tuote Versiot
ASP.NET Core 7.0, 8.0, 9.0