RazorPageGenerator(IApplicationInfo, IServiceProvider, ILogger) 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:
RazorPageGenerator(Microsoft::VisualStudio::Web::CodeGeneration::DotNet::IApplicationInfo ^ applicationInfo, IServiceProvider ^ serviceProvider, Microsoft::VisualStudio::Web::CodeGeneration::ILogger ^ logger);
public RazorPageGenerator (Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo applicationInfo, IServiceProvider serviceProvider, Microsoft.VisualStudio.Web.CodeGeneration.ILogger logger);
new Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Razor.RazorPageGenerator : Microsoft.VisualStudio.Web.CodeGeneration.DotNet.IApplicationInfo * IServiceProvider * Microsoft.VisualStudio.Web.CodeGeneration.ILogger -> Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Razor.RazorPageGenerator
Public Sub New (applicationInfo As IApplicationInfo, serviceProvider As IServiceProvider, logger As ILogger)
Parameters
- applicationInfo
- IApplicationInfo
- serviceProvider
- IServiceProvider
- logger
- ILogger