MvcJsonOptionsExtensions.UseCamelCasing(MvcJsonOptions, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.AspNetCore.Mvc.MvcJsonOptions UseCamelCasing (this Microsoft.AspNetCore.Mvc.MvcJsonOptions options, bool processDictionaryKeys);
static member UseCamelCasing : Microsoft.AspNetCore.Mvc.MvcJsonOptions * bool -> Microsoft.AspNetCore.Mvc.MvcJsonOptions
<Extension()>
Public Function UseCamelCasing (options As MvcJsonOptions, processDictionaryKeys As Boolean) As MvcJsonOptions
Parameters
- options
- MvcJsonOptions
- processDictionaryKeys
- Boolean