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

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Serialization 名前空間 > BaseResolver クラス : CanResolve メソッド
The name of the object.
The object value.
The object type.
The context.
Determines whether the object can use this resolver.
シンタックス
'宣言
 
Public Overridable Function CanResolve( _
   ByVal name As System.String, _
   ByVal value As System.Object, _
   ByVal type As System.Type, _
   ByVal context As IContext _
) As System.Boolean
public virtual System.bool CanResolve( 
   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 System.Boolean value indicates whether to be resovled. If true, it means the object can be resolved. Otherwise, the resolver cannot support this object.
参照

BaseResolver クラス
BaseResolver メンバ