RazorTemplateEngine.ParseTemplateCore Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
protected public:
virtual Microsoft::AspNetCore::Razor::ParserResults ^ ParseTemplateCore(Microsoft::AspNetCore::Razor::Text::ITextDocument ^ input, System::String ^ sourceFileName, Nullable<System::Threading::CancellationToken> cancelToken);
protected internal virtual Microsoft.AspNetCore.Razor.ParserResults ParseTemplateCore (Microsoft.AspNetCore.Razor.Text.ITextDocument input, string sourceFileName, System.Threading.CancellationToken? cancelToken);
abstract member ParseTemplateCore : Microsoft.AspNetCore.Razor.Text.ITextDocument * string * Nullable<System.Threading.CancellationToken> -> Microsoft.AspNetCore.Razor.ParserResults
override this.ParseTemplateCore : Microsoft.AspNetCore.Razor.Text.ITextDocument * string * Nullable<System.Threading.CancellationToken> -> Microsoft.AspNetCore.Razor.ParserResults
Protected Friend Overridable Function ParseTemplateCore (input As ITextDocument, sourceFileName As String, cancelToken As Nullable(Of CancellationToken)) As ParserResults
Parameter
- input
- ITextDocument
- sourceFileName
- String
- cancelToken
- Nullable<CancellationToken>