Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether this formatter can write objects of the specified type.
Namespace: System.Net.Http.Formatting
Assembly: System.Net.Http.Formatting (in System.Net.Http.Formatting.dll)
Syntax
public override bool CanWriteType(
Type type
)
public:
virtual bool CanWriteType(
Type^ type
) override
override CanWriteType :
type:Type -> bool
Public Overrides Function CanWriteType (
type As Type
) As Boolean
Parameters
type
Type: System.TypeThe type of object to write.
Return Value
Type: System.Boolean
true if objects of this type can be written, otherwise false.
See Also
BaseJsonMediaTypeFormatter Class
System.Net.Http.Formatting Namespace
Return to top