次の方法で共有


TextDocumentReader(ITextDocument) コンストラクター

定義

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)

パラメーター

source
ITextDocument

適用対象