Class RemoteStreamContentInputFormatter
Inheritance
System.Object
RemoteStreamContentInputFormatter
Assembly: Volo.Abp.AspNetCore.Mvc.dll
Syntax
public class RemoteStreamContentInputFormatter : InputFormatter
Constructors
RemoteStreamContentInputFormatter()
Declaration
public RemoteStreamContentInputFormatter()
Methods
CanReadType(Type)
Declaration
protected override bool CanReadType(Type type)
Parameters
| Type |
Name |
Description |
| System.Type |
type |
|
Returns
| Type |
Description |
| System.Boolean |
|
ReadRequestBodyAsync(InputFormatterContext)
Declaration
public override Task<InputFormatterResult> ReadRequestBodyAsync(InputFormatterContext context)
Parameters
| Type |
Name |
Description |
| InputFormatterContext |
context |
|
Returns
| Type |
Description |
| System.Threading.Tasks.Task<InputFormatterResult> |
|
Extension Methods