RazorTemplateEngine.CreateChunkGenerator(String, String, String) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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
Parametri
- className
- String
- rootNamespace
- String
- sourceFileName
- String