Click or drag to resize
ConditionTypeControllerTConditionTypeJson Method
Overload List
  NameDescription
Protected methodJson(Object, JsonSerializerSettings)
Creates an ContentResult that produces a response with content type 'application/json'.
(Inherited from ControllerProxy.)
Protected methodJson(Object, String, Encoding, JsonRequestBehavior)
Creates a JsonCamelCaseResult object that serializes the specified object to JavaScript Object Notation (JSON) camel case format using the content type, content encoding, and the JSON request behavior.
Top
See Also