|
public static ResumeFileStreamResult ResumeFile(this ControllerBase controller, Stream stream, string contentType, string fileDownloadName, string etag)
|
|
public static ResumeFileStreamResult ResumeFile(this ControllerBase controller, Stream stream, string contentType, string fileDownloadName, string etag)
|
|
return new ResumeFileStreamResult(stream, contentType, etag)
|
|
return new ResumeFileStreamResult(stream, contentType, etag)
|