RazorPageBase.Output Property

Definition

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

Property Value

Applies to