次の方法で共有


FormFile(Stream, Int64, Int64, String, String) コンストラクター

定義

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)

パラメーター

baseStream
Stream

Streamフォーム ファイルを格納している 。

baseStreamOffset
Int64

フォーム ファイルの開始位置のオフセット。

length
Int64

フォーム ファイルの長さ。

name
String

ヘッダーからのフォーム ファイルの Content-Disposition 名前。

fileName
String

ヘッダーの Content-Disposition ファイル名。

適用対象