Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

JsonMediaTypeFormatter.CanReadType Method (Type)

 

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

Namespace:   System.Net.Http.Formatting
Assembly:  System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)

public override bool CanReadType(
	Type type
)

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.

Return to top
Show: