Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class DefaultNewtonsoftNamingStrategy

Unsupported INTERNAL API! Not covered by semantic versioning; might change without notice.

Inheritance
System.Object
DefaultNewtonsoftNamingStrategy
Namespace: EPiServer.Framework.Serialization.Json.Internal
Assembly: EPiServer.Framework.dll
Version: 11.20.7
Syntax
public class DefaultNewtonsoftNamingStrategy : NamingStrategy

Constructors

DefaultNewtonsoftNamingStrategy()

Declaration
public DefaultNewtonsoftNamingStrategy()

Methods

ResolvePropertyName(String)

Declaration
protected override string ResolvePropertyName(string name)
Parameters
Type Name Description
System.String name
Returns
Type Description
System.String

Extension Methods