RazorTemplateEngine.CreateChunkGenerator(String, String, String) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
Parametry
- className
- String
- rootNamespace
- String
- sourceFileName
- String