IUploadFileResponder.Read method
namespace: Serenity.Web assembly: Serenity.Net.Web
Reads the file, e.g. writes to the response
public IActionResult Read(string pathInfo, IHeaderDictionary responseHeaders)
| parameter | description |
|---|---|
| pathInfo | |
| responseHeaders | Response headers |
Return Value
An action result based on file mime type
See Also
- interface IUploadFileResponder