RazorPageWithContextTemplateModel(ModelType, 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:
RazorPageWithContextTemplateModel(Microsoft::VisualStudio::Web::CodeGeneration::ModelType ^ modelType, System::String ^ dbContextFullTypeName);
public RazorPageWithContextTemplateModel (Microsoft.VisualStudio.Web.CodeGeneration.ModelType modelType, string dbContextFullTypeName);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Razor.RazorPageWithContextTemplateModel : Microsoft.VisualStudio.Web.CodeGeneration.ModelType * string -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Razor.RazorPageWithContextTemplateModel
Public Sub New (modelType As ModelType, dbContextFullTypeName As String)
Parameters
- modelType
- ModelType
- dbContextFullTypeName
- String