ViewGeneratorModel Class

Definition

public ref class ViewGeneratorModel : Microsoft::VisualStudio::Web::CodeGenerators::Mvc::CommonCommandLineModel
public class ViewGeneratorModel : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.CommonCommandLineModel
type ViewGeneratorModel = class
    inherit CommonCommandLineModel
Public Class ViewGeneratorModel
Inherits CommonCommandLineModel
Inheritance
ViewGeneratorModel

Constructors

ViewGeneratorModel()
ViewGeneratorModel(ViewGeneratorModel)

Properties

BootstrapVersion
ControllerNamespace (Inherited from CommonCommandLineModel)
DataContextClass (Inherited from CommonCommandLineModel)
Force (Inherited from CommonCommandLineModel)
LayoutPage (Inherited from CommonCommandLineModel)
ModelClass (Inherited from CommonCommandLineModel)
PartialView
ReferenceScriptLibraries (Inherited from CommonCommandLineModel)
RelativeFolderPath (Inherited from CommonCommandLineModel)
TemplateName
UseDefaultLayout (Inherited from CommonCommandLineModel)
ViewName

Methods

Clone()

Applies to