ASP.NET Core MVC コントロールヘルプ
ResolvePropertyName メソッド (BaseResolver)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Serialization 名前空間 > BaseResolver クラス : ResolvePropertyName メソッド
The name of the object.
The object value.
The object type.
The context.
Gets the name after being resolved.
シンタックス
'宣言
 
Public Overridable Function ResolvePropertyName( _
   ByVal name As System.String, _
   ByVal value As System.Object, _
   ByVal type As System.Type, _
   ByVal context As IContext _
) As System.String
public virtual System.string ResolvePropertyName( 
   System.string name,
   System.object value,
   System.Type type,
   IContext context
)

パラメータ

name
The name of the object.
value
The object value.
type
The object type.
context
The context.

戻り値の型

A string.
参照

BaseResolver クラス
BaseResolver メンバ