EmptyHttpResult Class

Definition

Represents an IResult that when executed will do nothing.

public sealed class EmptyHttpResult : Microsoft.AspNetCore.Http.IResult
type EmptyHttpResult = class
    interface IResult
Public NotInheritable Class EmptyHttpResult
Implements IResult
Inheritance
EmptyHttpResult
Implements

Properties

Instance

Gets an instance of EmptyHttpResult.

Methods

ExecuteAsync(HttpContext)

Write an HTTP response reflecting the result.

Applies to