CreatedAtRouteResult.OnFormatting(ActionContext) Method

Definition

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

Applies to