JQueryMvcFormUrlEncodedFormatter.CanReadType Method (Type)

 

Determines whether this JQueryMvcFormUrlEncodedFormatter can read objects of the specified type.

Namespace:   System.Web.Http.ModelBinding
Assembly:  System.Web.Http (in System.Web.Http.dll)

Syntax

public override bool CanReadType(
    Type type
)
public:
virtual bool CanReadType(
    Type^ type
) override
override CanReadType : 
        type:Type -> bool
Public Overrides Function CanReadType (
    type As Type
) As Boolean

Parameters

  • type
    Type: System.Type

    The type of object that will be read.

Return Value

Type: System.Boolean

true if objects of this type can be read; otherwise false.

See Also

JQueryMvcFormUrlEncodedFormatter Class
System.Web.Http.ModelBinding Namespace

Return to top