ObjectResult.OnFormatting(ActionContext) Method

Definition

This method is called before the formatter writes to the output stream.

public:
 virtual void OnFormatting(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
public virtual void OnFormatting (Microsoft.AspNetCore.Mvc.ActionContext context);
abstract member OnFormatting : Microsoft.AspNetCore.Mvc.ActionContext -> unit
override this.OnFormatting : Microsoft.AspNetCore.Mvc.ActionContext -> unit
Public Overridable Sub OnFormatting (context As ActionContext)

Parameters

context
ActionContext

Applies to