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
{{ message }}
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This method (and its associated action result) will perform content negotiation, serialize the object with a formatter and set the content disposition header.
This is useful when the object being sent to the client is the in memory representation of a document and you want the client to download the document.
The text was updated successfully, but these errors were encountered:
@mkArtakMSFT With standard action methods you only get content-negotiation, but you still have to set the content-disposition header yourself on the response. This overload streamlines that.
This method (and its associated action result) will perform content negotiation, serialize the object with a formatter and set the content disposition header.
This is useful when the object being sent to the client is the in memory representation of a document and you want the client to download the document.
The text was updated successfully, but these errors were encountered: