IOutputFormatter.CanWriteResult(OutputFormatterCanWriteContext) 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.
Determines whether this IOutputFormatter can serialize an object of the specified type.
public:
 bool CanWriteResult(Microsoft::AspNetCore::Mvc::Formatters::OutputFormatterCanWriteContext ^ context);public bool CanWriteResult(Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext context);abstract member CanWriteResult : Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext -> boolPublic Function CanWriteResult (context As OutputFormatterCanWriteContext) As BooleanParameters
- context
- OutputFormatterCanWriteContext
The formatter context associated with the call.
Returns
Returns true if the formatter can write the response; false otherwise.