IViewBufferScope Interface  
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.
Creates and manages the lifetime of ViewBufferValue[] instances.
public interface class IViewBufferScopepublic interface IViewBufferScopetype IViewBufferScope = interfacePublic Interface IViewBufferScopeMethods
| CreateWriter(TextWriter) | Creates a Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.PagedBufferedTextWriter that will delegate to the provided
 | 
| GetPage(Int32) | Gets a ViewBufferValue[]. | 
| ReturnSegment(ViewBufferValue[]) | Returns a ViewBufferValue[] that can be reused. |