[]
        
(Showing Draft Content)

C1.Web.Mvc.Serialization.BaseResolver.ResolvePropertyName

ResolvePropertyName Method

ResolvePropertyName(string, object, Type, IContext)

Gets the name after being resolved.

Declaration
public virtual string ResolvePropertyName(string name, object value, Type type, IContext context)
Parameters
Type Name Description
string name

The name of the object.

object value

The object value.

Type type

The object type.

IContext context

The context.

Returns
Type Description
string

A string.