SeekableTextReader Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- buffer
- ITextBuffer
S’applique à
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)
Paramètres
- source
- TextReader
S’applique à
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)
Paramètres
- content
- String