ViewExecutor.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 IHttpResponseStreamWriterFactory.
protected:
property Microsoft::AspNetCore::Mvc::Internal::IHttpResponseStreamWriterFactory ^ WriterFactory { Microsoft::AspNetCore::Mvc::Internal::IHttpResponseStreamWriterFactory ^ get(); };
protected:
property Microsoft::AspNetCore::Mvc::Infrastructure::IHttpResponseStreamWriterFactory ^ WriterFactory { Microsoft::AspNetCore::Mvc::Infrastructure::IHttpResponseStreamWriterFactory ^ get(); };
protected Microsoft.AspNetCore.Mvc.Internal.IHttpResponseStreamWriterFactory WriterFactory { get; }
protected Microsoft.AspNetCore.Mvc.Infrastructure.IHttpResponseStreamWriterFactory WriterFactory { get; }
member this.WriterFactory : Microsoft.AspNetCore.Mvc.Internal.IHttpResponseStreamWriterFactory
member this.WriterFactory : Microsoft.AspNetCore.Mvc.Infrastructure.IHttpResponseStreamWriterFactory
Protected ReadOnly Property WriterFactory As IHttpResponseStreamWriterFactory
Property Value
Microsoft.AspNetCore.Mvc.Internal.IHttpResponseStreamWriterFactory