SeekableTextReader Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
SeekableTextReader(ITextBuffer)
public:
SeekableTextReader(Microsoft::AspNetCore::Razor::Text::ITextBuffer ^ buffer);
public SeekableTextReader(Microsoft.AspNetCore.Razor.Text.ITextBuffer buffer);
new Microsoft.AspNetCore.Razor.Text.SeekableTextReader : Microsoft.AspNetCore.Razor.Text.ITextBuffer -> Microsoft.AspNetCore.Razor.Text.SeekableTextReader
Public Sub New (buffer As ITextBuffer)
Parámetros
- buffer
- ITextBuffer
Se aplica a
SeekableTextReader(TextReader)
public:
SeekableTextReader(System::IO::TextReader ^ source);
public SeekableTextReader(System.IO.TextReader source);
new Microsoft.AspNetCore.Razor.Text.SeekableTextReader : System.IO.TextReader -> Microsoft.AspNetCore.Razor.Text.SeekableTextReader
Public Sub New (source As TextReader)
Parámetros
- source
- TextReader
Se aplica a
SeekableTextReader(String)
public:
SeekableTextReader(System::String ^ content);
public SeekableTextReader(string content);
new Microsoft.AspNetCore.Razor.Text.SeekableTextReader : string -> Microsoft.AspNetCore.Razor.Text.SeekableTextReader
Public Sub New (content As String)
Parámetros
- content
- String