StreamResult.IsStream

StreamResult.IsStream property

Indicates whether the result is a path to an output file.

public bool IsStream { get; }

Return Value

true if the result is a stream object; otherwise false.

See Also