ITextBuffer Interface
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Razor.Text
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Interface ITextBuffer
'Usage
Dim instance As ITextBuffer
public interface ITextBuffer
public interface class ITextBuffer
type ITextBuffer = interface end
public interface ITextBuffer
The ITextBuffer type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Length | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Position | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Peek | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
![]() |
Read | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top