ReadMeTemplateModel.StartupList Property

Definition

public:
 property System::Collections::Generic::List<Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Dependency::StartupContent ^> ^ StartupList { System::Collections::Generic::List<Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Dependency::StartupContent ^> ^ get(); void set(System::Collections::Generic::List<Microsoft::VisualStudio::Web::CodeGenerators::Mvc::Dependency::StartupContent ^> ^ value); };
public System.Collections.Generic.List<Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.StartupContent> StartupList { get; set; }
member this.StartupList : System.Collections.Generic.List<Microsoft.VisualStudio.Web.CodeGenerators.Mvc.Dependency.StartupContent> with get, set
Public Property StartupList As List(Of StartupContent)

Property Value

List<StartupContent>

Applies to