Share via


FileStreamResult.FileStream Property

Definition

Overloads

FileStream

Gets the stream that will be sent to the response.

FileStream

Gets the stream that will be sent to the response.

public System.IO.Stream FileStream { get; }
member this.FileStream : System.IO.Stream
Public ReadOnly Property FileStream As Stream

Property Value

The file stream.

Applies to