IdentityGeneratorTemplateModel2 Class

Definition

public ref class IdentityGeneratorTemplateModel2 : Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Identity::IdentityGeneratorTemplateModel
public class IdentityGeneratorTemplateModel2 : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Identity.IdentityGeneratorTemplateModel
type IdentityGeneratorTemplateModel2 = class
    inherit IdentityGeneratorTemplateModel
Public Class IdentityGeneratorTemplateModel2
Inherits IdentityGeneratorTemplateModel
Inheritance
IdentityGeneratorTemplateModel2

Constructors

IdentityGeneratorTemplateModel2()

Properties

ApplicationName (Inherited from IdentityGeneratorTemplateModel)
BootstrapVersion
ContentVersion
DbContextClass (Inherited from IdentityGeneratorTemplateModel)
DbContextNamespace (Inherited from IdentityGeneratorTemplateModel)
FilesToGenerate (Inherited from IdentityGeneratorTemplateModel)
GenerateLayout (Inherited from IdentityGeneratorTemplateModel)
HasExistingNonEmptyWwwRoot (Inherited from IdentityGeneratorTemplateModel)
IsGenerateCustomUser (Inherited from IdentityGeneratorTemplateModel)
IsGeneratingIndividualFiles (Inherited from IdentityGeneratorTemplateModel)
IsRazorPagesProject
IsUsingExistingDbContext (Inherited from IdentityGeneratorTemplateModel)
Layout (Inherited from IdentityGeneratorTemplateModel)
LayoutPageNoExtension (Inherited from IdentityGeneratorTemplateModel)
Namespace (Inherited from IdentityGeneratorTemplateModel)
SupportFileLocation (Inherited from IdentityGeneratorTemplateModel)
UseDefaultUI (Inherited from IdentityGeneratorTemplateModel)
UserClass (Inherited from IdentityGeneratorTemplateModel)
UserClassNamespace (Inherited from IdentityGeneratorTemplateModel)
UseSQLite (Inherited from IdentityGeneratorTemplateModel)

Applies to