INestedHttpResult Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |