StreamResult.ToStream

StreamResult.ToStream method

Tries to convert the result to a stream object.

public Stream ToStream()

Return Value

A stream object representing the output data if the result is stream; otherwise null.

See Also