'宣言 Public Overloads Shared Function C1Json( _ ByVal data As System.Object, _ Optional ByVal useCamelCasePropertyName As System.Boolean _ ) As Microsoft.AspNetCore.Mvc.JsonResult
public static Microsoft.AspNetCore.Mvc.JsonResult C1Json( System.object data, System.bool useCamelCasePropertyName )
パラメータ
- data
- The object to serialize.
- useCamelCasePropertyName
- A System.Boolean value decides whether to use camel case to serialize the data.
戻り値の型
The created Microsoft.AspNetCore.Mvc.JsonResult that serializes the specified data to JSON format for the response.