ObjectResultExecutor.WriterFactory 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 writer factory delegate.
protected:
property Func<System::IO::Stream ^, System::Text::Encoding ^, System::IO::TextWriter ^> ^ WriterFactory { Func<System::IO::Stream ^, System::Text::Encoding ^, System::IO::TextWriter ^> ^ get(); };
protected Func<System.IO.Stream,System.Text.Encoding,System.IO.TextWriter> WriterFactory { get; }
member this.WriterFactory : Func<System.IO.Stream, System.Text.Encoding, System.IO.TextWriter>
Protected ReadOnly Property WriterFactory As Func(Of Stream, Encoding, TextWriter)