IResult Interface

Definition

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

public interface IResult
type IResult = interface
Public Interface IResult
Derived

Methods

ExecuteAsync(HttpContext)

Write an HTTP response reflecting the result.

Applies to