RazorTemplateEngine.GenerateCodeCore Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected public:
virtual Microsoft::AspNetCore::Razor::CodeGenerators::GeneratorResults ^ GenerateCodeCore(Microsoft::AspNetCore::Razor::Text::ITextDocument ^ input, System::String ^ className, System::String ^ rootNamespace, System::String ^ sourceFileName, System::String ^ checksum, Nullable<System::Threading::CancellationToken> cancelToken);
protected internal virtual Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults GenerateCodeCore (Microsoft.AspNetCore.Razor.Text.ITextDocument input, string className, string rootNamespace, string sourceFileName, string checksum, System.Threading.CancellationToken? cancelToken);
abstract member GenerateCodeCore : Microsoft.AspNetCore.Razor.Text.ITextDocument * string * string * string * string * Nullable<System.Threading.CancellationToken> -> Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults
override this.GenerateCodeCore : Microsoft.AspNetCore.Razor.Text.ITextDocument * string * string * string * string * Nullable<System.Threading.CancellationToken> -> Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults
Protected Friend Overridable Function GenerateCodeCore (input As ITextDocument, className As String, rootNamespace As String, sourceFileName As String, checksum As String, cancelToken As Nullable(Of CancellationToken)) As GeneratorResults
Paramètres
- input
- ITextDocument
- className
- String
- rootNamespace
- String
- sourceFileName
- String
- checksum
- String
- cancelToken
- Nullable<CancellationToken>