StringOutputFormatter.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.
Verifies that the object to be formatted is a string
and proceeds with the standard checks of
Microsoft.AspNetCore.Mvc.Formatters.OutputFormatter.CanWriteResult(OutputFormatterCanWriteContext).
public:
override bool CanWriteResult(Microsoft::AspNetCore::Mvc::Formatters::OutputFormatterCanWriteContext ^ context);
public override bool CanWriteResult (Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext context);
override this.CanWriteResult : Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterCanWriteContext -> bool
Public Overrides Function CanWriteResult (context As OutputFormatterCanWriteContext) As Boolean
Parameters
- context
- OutputFormatterCanWriteContext
The formatter context associated with the call.
Returns
Returns true
if the formatter can write the response; false
otherwise.