ChunkGeneratorContext Constructors
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.
Overloads
ChunkGeneratorContext(ChunkGeneratorContext) | |
ChunkGeneratorContext(RazorEngineHost, String, String, String, Boolean) |
ChunkGeneratorContext(ChunkGeneratorContext)
protected:
ChunkGeneratorContext(Microsoft::AspNetCore::Razor::Chunks::Generators::ChunkGeneratorContext ^ context);
protected ChunkGeneratorContext (Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext context);
new Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext : Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext -> Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext
Protected Sub New (context As ChunkGeneratorContext)
Parameters
- context
- ChunkGeneratorContext
Applies to
ChunkGeneratorContext(RazorEngineHost, String, String, String, Boolean)
public:
ChunkGeneratorContext(Microsoft::AspNetCore::Razor::RazorEngineHost ^ host, System::String ^ className, System::String ^ rootNamespace, System::String ^ sourceFile, bool shouldGenerateLinePragmas);
public ChunkGeneratorContext (Microsoft.AspNetCore.Razor.RazorEngineHost host, string className, string rootNamespace, string sourceFile, bool shouldGenerateLinePragmas);
new Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext : Microsoft.AspNetCore.Razor.RazorEngineHost * string * string * string * bool -> Microsoft.AspNetCore.Razor.Chunks.Generators.ChunkGeneratorContext
Public Sub New (host As RazorEngineHost, className As String, rootNamespace As String, sourceFile As String, shouldGenerateLinePragmas As Boolean)
Parameters
- host
- RazorEngineHost
- className
- String
- rootNamespace
- String
- sourceFile
- String
- shouldGenerateLinePragmas
- Boolean