RazorTemplateEngine.CreateChunkGenerator(String, String, String) 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::Chunks::Generators::RazorChunkGenerator ^ CreateChunkGenerator(System::String ^ className, System::String ^ rootNamespace, System::String ^ sourceFileName);
protected internal virtual Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator CreateChunkGenerator (string className, string rootNamespace, string sourceFileName);
abstract member CreateChunkGenerator : string * string * string -> Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator
override this.CreateChunkGenerator : string * string * string -> Microsoft.AspNetCore.Razor.Chunks.Generators.RazorChunkGenerator
Protected Friend Overridable Function CreateChunkGenerator (className As String, rootNamespace As String, sourceFileName As String) As RazorChunkGenerator
Paramètres
- className
- String
- rootNamespace
- String
- sourceFileName
- String