VoidResultConverter Class
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 | |
---|---|---|
VoidResultConverter | Initializes a new instance of the VoidResultConverter class. |
Top
Methods
Name | Description | |
---|---|---|
Convert | Converts the created response from actions that do not return a value. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.