net9.0
namespace Microsoft.AspNetCore.Mvc
{
public static class JsonPatchExtensions
{
public static void ApplyTo<T>(this JsonPatchDocument<T!>! patchDoc, T! objectToApplyTo, ModelStateDictionary! modelState, string! prefix)
where T, class;
}
}
.NET | 5.06.07.08.09.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to net9.0 | |
Assemblies | Microsoft.AspNetCore.Mvc.NewtonsoftJson , Version=9.0.1.0, PublicKeyToken=adb9793829ddae60 Microsoft.AspNetCore.Mvc.NewtonsoftJson , Version=10.0.0.0, PublicKeyToken=adb9793829ddae60 Microsoft.AspNetCore.Mvc.Formatters.Json , Version=2.3.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Package | Microsoft.AspNetCore.Mvc.NewtonsoftJson (9.0.1) net9.0 |
Platform Restrictions | This API is supported on all platforms. |