ApplicationPartManager.ApplicationParts Property

Definition

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)

Property Value

Applies to