@attribute [Route(Routes.WRITER)] @inherits MSGComponentBase
Writer Load a text file @foreach (var chunk in this.chunks) { @chunk.Content } @if (this.isStreaming) { }