AcceptedResult.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:
override void OnFormatting(Microsoft::AspNetCore::Mvc::ActionContext ^ context);
public override void OnFormatting (Microsoft.AspNetCore.Mvc.ActionContext context);
override this.OnFormatting : Microsoft.AspNetCore.Mvc.ActionContext -> unit
Public Overrides Sub OnFormatting (context As ActionContext)
Parameters
- context
- ActionContext