Share via


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

Name Description
Instance

Gets an instance of EmptyHttpResult.

Methods

Name Description
ExecuteAsync(HttpContext)

Write an HTTP response reflecting the result.

Applies to