MvcJsonOptions Class

Summary

Provides programmatic configuration for JSON in the MVC framework.

Syntax

public class MvcJsonOptions

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.MvcJsonOptions

Properties

SerializerSettings()

Gets the @!:JsonSerializerSettings- that are used by this application.

Return type:JsonSerializerSettings
public JsonSerializerSettings SerializerSettings { get; }