標簽:height bsp logs work 內容 dmi mes ide string
ylbtech-.NETFramework-Web.Mvc:FileStreamResult |
1.程序集 System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35返回頂部 |
#region 程序集 System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 // c:\users\administrator\source\repos\WebApp7\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll #endregion using System.IO; namespace System.Web.Mvc { // // 摘要: // 使用 System.IO.Stream 实例将二进制內容发送到響應。 public class FileStreamResult : FileResult { // // 摘要: // 初始化 System.Web.Mvc.FileStreamResult 类的新实例。 // // 參數: // fileStream: // 要發送到響應的流。 // // contentType: // 要用于响应的內容类型。 // // 異常: // T:System.ArgumentNullException: // fileStream 参数为 null。 public FileStreamResult(Stream fileStream, string contentType); // // 摘要: // 獲取將發送到響應的流。 // // 返回結果: // 文件流。 public Stream FileStream { get; } // // 摘要: // 將文件寫入響應。 // // 參數: // response: // 響應。 protected override void WriteFile(HttpResponseBase response); } }
2.返回頂部 |
3.返回頂部 |
4.返回頂部 |
5.返回頂部 |
6.返回頂部 |
![]() |
作者:ylbtech 出處:http://ylbtech.cnblogs.com/ 本文版權歸作者和博客園共有,歡迎轉載,但未經作者同意必須保留此段聲明,且在文章頁面明顯位置給出原文連接,否則保留追究法律責任的權利。 |
.NETFramework-Web.Mvc:FileStreamResult
標簽:height bsp logs work 內容 dmi mes ide string
原文地址:https://www.cnblogs.com/storebook/p/9065164.html