IUploadFileResponder interface

namespace: Serenity.Web   assemblySerenity.Net.Web

Abstraction for reading a file via /upload/path, e.g. the Read action in the FilePage

public interface IUploadFileResponder

Members

name description
Read(…) Reads the file, e.g. writes to the response

See Also