IResult 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.
public interface IResult
type IResult = interface
Public Interface IResult
- Derived
Methods
ExecuteAsync(HttpContext) |
Write an HTTP response reflecting the result. |