FormUrlEncodedMediaTypeFormatter.CanReadType Method (Type)

 

Queries whether the FormUrlEncodedMediaTypeFormatter can deserializean object of the specified type.

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.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

Return Value

Type: System.Boolean

true if the FormUrlEncodedMediaTypeFormatter can deserialize the type; otherwise, false.

See Also

FormUrlEncodedMediaTypeFormatter Class
System.Net.Http.Formatting Namespace

Return to top