Base:
method
OnFormatting
Microsoft.AspNetCore.Mvc.ObjectResult.OnFormatting(Microsoft.AspNetCore.Mvc.ActionContext)
3 references to OnFormatting
Microsoft.AspNetCore.Mvc.Core.Test (3)
AcceptedAtActionResultTests.cs (3)
206result.OnFormatting(context); 224Assert.Throws<ArgumentNullException>("provider", () => result.OnFormatting(context)); 234Assert.Throws<ArgumentNullException>("context", () => result.OnFormatting(null));