RazorPageGeneratorModel.TemplateName Property

Definition

public:
 property System::String ^ TemplateName { System::String ^ get(); void set(System::String ^ value); };
[Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Argument(Description="The view template to use, supported view templates: 'Empty|Create|Edit|Delete|Details|List'")]
public string TemplateName { get; set; }
[<Microsoft.VisualStudio.Web.CodeGeneration.CommandLine.Argument(Description="The view template to use, supported view templates: 'Empty|Create|Edit|Delete|Details|List'")>]
member this.TemplateName : string with get, set
Public Property TemplateName As String

Property Value

String
Attributes

Applies to