HttpPostedFileWrapper.InputStream 屬性

定義

取得 Stream 物件,該物件指向所上傳的檔案,以準備讀取該檔案的內容。

public:
 virtual property System::IO::Stream ^ InputStream { System::IO::Stream ^ get(); };
public override System.IO.Stream InputStream { get; }
member this.InputStream : System.IO.Stream
Public Overrides ReadOnly Property InputStream As Stream

屬性值

用以讀取檔案的物件。

適用於