RazorTemplateEngine.CreateChunkGenerator(String, String, String) Method

Definition

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

Parameters

className
String
rootNamespace
String
sourceFileName
String

Returns

Applies to