FormFile(Stream, Int64, Int64, String, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 FormFile 的新執行個體。
public:
FormFile(System::IO::Stream ^ baseStream, long baseStreamOffset, long length, System::String ^ name, System::String ^ fileName);
public FormFile (System.IO.Stream baseStream, long baseStreamOffset, long length, string name, string fileName);
new Microsoft.AspNetCore.Http.FormFile : System.IO.Stream * int64 * int64 * string * string -> Microsoft.AspNetCore.Http.FormFile
Public Sub New (baseStream As Stream, baseStreamOffset As Long, length As Long, name As String, fileName As String)
參數
- baseStreamOffset
- Int64
表單檔案開始的位移。
- length
- Int64
表單檔案的長度。
- name
- String
標頭中表單檔 Content-Disposition
的名稱。
- fileName
- String
標頭中的 Content-Disposition
檔案名。