IdentityGenerator.GenerateCode(IdentityGeneratorCommandLineModel) Method

Definition

public:
 System::Threading::Tasks::Task ^ GenerateCode(Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Identity::IdentityGeneratorCommandLineModel ^ commandlineModel);
public System.Threading.Tasks.Task GenerateCode (Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Identity.IdentityGeneratorCommandLineModel commandlineModel);
member this.GenerateCode : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Identity.IdentityGeneratorCommandLineModel -> System.Threading.Tasks.Task
Public Function GenerateCode (commandlineModel As IdentityGeneratorCommandLineModel) As Task

Parameters

Returns

Task

Applies to