ObjectResult.OnFormatting(ActionContext) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Diese Methode wird aufgerufen, bevor der Formatierer in den Ausgabedatenstrom schreibt.
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)
Parameter
- context
- ActionContext