SystemTextJsonOutputFormatter.WriteResponseBodyAsync Method        
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.
Writes the response body.
public:
 override System::Threading::Tasks::Task ^ WriteResponseBodyAsync(Microsoft::AspNetCore::Mvc::Formatters::OutputFormatterWriteContext ^ context, System::Text::Encoding ^ selectedEncoding);public override sealed System.Threading.Tasks.Task WriteResponseBodyAsync(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context, System.Text.Encoding selectedEncoding);override this.WriteResponseBodyAsync : Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext * System.Text.Encoding -> System.Threading.Tasks.TaskPublic Overrides NotOverridable Function WriteResponseBodyAsync (context As OutputFormatterWriteContext, selectedEncoding As Encoding) As TaskParameters
- context
- OutputFormatterWriteContext
The formatter context associated with the call.
Returns
A task which can write the response body.