TextDocumentReader(ITextDocument) Constructor
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.
public:
TextDocumentReader(Microsoft::AspNetCore::Razor::Text::ITextDocument ^ source);
public TextDocumentReader (Microsoft.AspNetCore.Razor.Text.ITextDocument source);
new Microsoft.AspNetCore.Razor.Text.TextDocumentReader : Microsoft.AspNetCore.Razor.Text.ITextDocument -> Microsoft.AspNetCore.Razor.Text.TextDocumentReader
Public Sub New (source As ITextDocument)
Parameters
- source
- ITextDocument