ViewComponentContext.Writer Property

Definition

Gets the TextWriter for output.

public:
 property System::IO::TextWriter ^ Writer { System::IO::TextWriter ^ get(); };
public System.IO.TextWriter Writer { get; }
member this.Writer : System.IO.TextWriter
Public ReadOnly Property Writer As TextWriter

Property Value

Remarks

This is an alias for ViewContext.Writer.

Applies to