RazorPage.Output Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TextWriter that the page is writing output to.
public:
virtual property System::IO::TextWriter ^ Output { System::IO::TextWriter ^ get(); };
public virtual System.IO.TextWriter Output { get; }
member this.Output : System.IO.TextWriter
Public Overridable ReadOnly Property Output As TextWriter