ControllerGeneratorBase.ValidateAndGetOutputPath Method

Definition

protected:
 System::String ^ ValidateAndGetOutputPath(Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Controller::CommandLineGeneratorModel ^ generatorModel);
protected string ValidateAndGetOutputPath (Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel generatorModel);
override this.ValidateAndGetOutputPath : Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Controller.CommandLineGeneratorModel -> string
Protected Function ValidateAndGetOutputPath (generatorModel As CommandLineGeneratorModel) As String

Parameters

generatorModel
CommandLineGeneratorModel

Returns

String

Applies to