RazorTemplateEngine.ParseTemplateCore Method
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.
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
- input
- ITextDocument
- sourceFileName
- String
- cancelToken
- Nullable<CancellationToken>