EmptyResult Class

Definition

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

public class EmptyResult : System.Web.Mvc.ActionResult
type EmptyResult = class
    inherit ActionResult
Public Class EmptyResult
Inherits ActionResult
Inheritance
EmptyResult

Constructors

EmptyResult()

Initializes a new instance of the EmptyResult class.

Methods

ExecuteResult(ControllerContext)

Executes the specified result context.

Applies to