RazorTemplateEngine.ParseTemplateCore Method

Definition

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

Parameters

sourceFileName
String

Returns

Applies to