ModelChunkGenerator(String) Constructor
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.
public:
ModelChunkGenerator(System::String ^ modelType);
public ModelChunkGenerator (string modelType);
new Microsoft.AspNetCore.Razor.Generator.ModelChunkGenerator : string -> Microsoft.AspNetCore.Razor.Generator.ModelChunkGenerator
Public Sub New (modelType As String)
Parameters
- modelType
- String