NewtonsoftJsonMvcCoreBuilderExtensions Class

Definition

Extension methods for adding Newtonsoft.Json to Microsoft.Extensions.DependencyInjection.MvcCoreBuilder.

public static class NewtonsoftJsonMvcCoreBuilderExtensions
type NewtonsoftJsonMvcCoreBuilderExtensions = class
Public Module NewtonsoftJsonMvcCoreBuilderExtensions
Inheritance
NewtonsoftJsonMvcCoreBuilderExtensions

Methods

AddNewtonsoftJson(IMvcCoreBuilder)

Configures Newtonsoft.Json specific features such as input and output formatters.

AddNewtonsoftJson(IMvcCoreBuilder, Action<MvcNewtonsoftJsonOptions>)

Configures Newtonsoft.Json specific features such as input and output formatters.

Applies to