You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the AddCsvSerializerFormatters right now and from what I understand, my entire server will now support CSV input/output. But I want to be more explicit about when this is allowed because I have some pretty complex objects in some of my actions.
EDIT: I assume I do not have to put [Produces("text/csv")] over every single action to force only that type, right?
The text was updated successfully, but these errors were encountered:
I am using the
AddCsvSerializerFormatters
right now and from what I understand, my entire server will now support CSV input/output. But I want to be more explicit about when this is allowed because I have some pretty complex objects in some of my actions.EDIT: I assume I do not have to put
[Produces("text/csv")]
over every single action to force only that type, right?The text was updated successfully, but these errors were encountered: