CancellationTokenModelBinder.CanBindModelType Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: System.Web.Http.ModelBinding.Binders
Assembly: System.Web.Http (in System.Web.Http.dll)
Syntax
'Declaration
Public Shared Function CanBindModelType ( _
modelType As Type _
) As Boolean
public static bool CanBindModelType(
Type modelType
)
public:
static bool CanBindModelType(
Type^ modelType
)
static member CanBindModelType :
modelType:Type -> bool
public static function CanBindModelType(
modelType : Type
) : boolean
Parameters
- modelType
Type: System.Type
Return Value
Type: System.Boolean