MvcController Konstruktor
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
public:
MvcController(Microsoft::VisualStudio::Web::CodeGeneration::Contracts::ProjectModel::IProjectContext ^ projectContext, Microsoft::VisualStudio::Web::CodeGeneration::DotNet::IApplicationInfo ^ applicationInfo, Microsoft::VisualStudio::Web::CodeGeneration::ICodeGeneratorActionsService ^ codeGeneratorActionsService, IServiceProvider ^ serviceProvider, Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger);
public MvcController (Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext projectContext, Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo applicationInfo, Microsoft.VisualStudio.Web.CodeGeneration.ICodeGeneratorActionsService codeGeneratorActionsService, IServiceProvider serviceProvider, Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.MvcController : Microsoft.VisualStudio.Web.CodeGeneration.Contracts.ProjectModel.IProjectContext * Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo * Microsoft.VisualStudio.Web.CodeGeneration.ICodeGeneratorActionsService * IServiceProvider * Microsoft.VisualStudio.Web.CodeGeneration.ILogger -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.MvcController
Public Sub New (projectContext As IProjectContext, applicationInfo As IApplicationInfo, codeGeneratorActionsService As ICodeGeneratorActionsService, serviceProvider As IServiceProvider, logger As ILogger)
Parametry
- projectContext
- IProjectContext
- applicationInfo
- IApplicationInfo
- codeGeneratorActionsService
- ICodeGeneratorActionsService
- serviceProvider
- IServiceProvider
- logger
- ILogger