MvcJsonOptions Class¶
Inheritance Hierarchy¶
System.Object
Microsoft.AspNet.Mvc.MvcJsonOptions
Properties¶
-
SerializerSettings
()¶ Gets the @!:JsonSerializerSettings- that are used by this application.
Return type: JsonSerializerSettings public JsonSerializerSettings SerializerSettings { get; }
-