Table of Contents

Class EmptyResult

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Represents a result that does nothing, such as a controller action method that returns nothing.

public class EmptyResult : ActionResult
Inheritance
EmptyResult
Inherited Members

Constructors

EmptyResult()

Initializes a new instance of the EmptyResult class.

public EmptyResult()

Methods

ExecuteResult(ControllerContext)

Executes the specified result context.

public override void ExecuteResult(ControllerContext context)

Parameters

context ControllerContext

The result context.