PhysicalFileResultExecutor.GetFileStream(String) 方法

定义

注意

This API is no longer called.

已过时。 不再调用此 API。

protected:
 virtual System::IO::Stream ^ GetFileStream(System::String ^ path);
protected virtual System.IO.Stream GetFileStream (string path);
[System.Obsolete("This API is no longer called.")]
protected virtual System.IO.Stream GetFileStream (string path);
abstract member GetFileStream : string -> System.IO.Stream
override this.GetFileStream : string -> System.IO.Stream
[<System.Obsolete("This API is no longer called.")>]
abstract member GetFileStream : string -> System.IO.Stream
override this.GetFileStream : string -> System.IO.Stream
Protected Overridable Function GetFileStream (path As String) As Stream

参数

path
String

返回

属性

适用于