ApplicationPartManager.ApplicationParts Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of ApplicationPart instances.
Instances in this collection are stored in precedence order. An ApplicationPart that appears earlier in the list has a higher precedence. An IApplicationFeatureProvider may choose to use this an interface as a way to resolve conflicts when multiple ApplicationPart instances resolve equivalent feature values.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ ApplicationParts { System::Collections::Generic::IList<Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart> ApplicationParts { get; }
member this.ApplicationParts : System.Collections.Generic.IList<Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart>
Public ReadOnly Property ApplicationParts As IList(Of ApplicationPart)