Represents a converter for creating a response from actions that do not return a value.
Inheritance Hierarchy
System.Object
  System.Web.Http.Controllers.VoidResultConverter
Namespace:  System.Web.Http.Controllers
Assembly:  System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Class VoidResultConverter _
    Implements IActionResultConverter
'Usage
Dim instance As VoidResultConverter
public class VoidResultConverter : IActionResultConverter
public ref class VoidResultConverter : IActionResultConverter
type VoidResultConverter =  
    class 
        interface IActionResultConverter 
    end
public class VoidResultConverter implements IActionResultConverter
The VoidResultConverter type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| .jpeg) | VoidResultConverter | Initializes a new instance of the VoidResultConverter class. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .jpeg) | Convert | Converts the created response from actions that do not return a value. | 
| .jpeg) | Equals | (Inherited from Object.) | 
| .jpeg) | Finalize | (Inherited from Object.) | 
| .jpeg) | GetHashCode | (Inherited from Object.) | 
| .jpeg) | GetType | (Inherited from Object.) | 
| .jpeg) | MemberwiseClone | (Inherited from Object.) | 
| .jpeg) | ToString | (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.