EmptyResult 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 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
 
Constructors
| EmptyResult() | 
		 Initializes a new instance of the EmptyResult class.  | 
        	
Methods
| ExecuteResult(ControllerContext) | 
		 Executes the specified result context.  |