OutputFormatter.WriteResponseHeaders(OutputFormatterWriteContext) 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.
Sets the headers on HttpResponse object.
public:
virtual void WriteResponseHeaders(Microsoft::AspNetCore::Mvc::Formatters::OutputFormatterWriteContext ^ context);
public virtual void WriteResponseHeaders (Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext context);
abstract member WriteResponseHeaders : Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext -> unit
override this.WriteResponseHeaders : Microsoft.AspNetCore.Mvc.Formatters.OutputFormatterWriteContext -> unit
Public Overridable Sub WriteResponseHeaders (context As OutputFormatterWriteContext)
Parameters
- context
- OutputFormatterWriteContext
The formatter context associated with the call.