ViewGenerator Class

Definition

public ref class ViewGenerator : Microsoft::VisualStudio::Web::CodeGenerators::Mvc::CommonGeneratorBase, Microsoft::VisualStudio::Web::CodeGeneration::ICodeGenerator
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Alias("view")]
public class ViewGenerator : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonGeneratorBase, Microsoft.VisualStudio.Web.CodeGeneration.ICodeGenerator
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Alias("view")>]
type ViewGenerator = class
    inherit CommonGeneratorBase
    interface ICodeGenerator
Public Class ViewGenerator
Inherits CommonGeneratorBase
Implements ICodeGenerator
Inheritance
ViewGenerator
Attributes
Implements

Constructors

ViewGenerator(IApplicationInfo, IServiceProvider, ILogger)

Properties

ApplicationInfo (Inherited from CommonGeneratorBase)

Methods

GenerateCode(ViewGeneratorModel)
ValidateAndGetOutputPath(CommonCommandLineModel, String) (Inherited from CommonGeneratorBase)

Applies to