EmptyHttpResult Class
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.
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. |