RazorTemplateEngine.CreateChunkGenerator(String, String, String) 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::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