ObjectResult.OnFormatting(ActionContext) 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.
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