[]
Gets the file with the specified path.
public IHttpActionResult GetFile(string path, string subpath = null)
Type | Name | Description |
---|---|---|
string | path | The path. |
string | subpath | The file name |
Type | Description |
---|---|
IHttpActionResult | The result which contains the file. |