ApplicationPartManager Class

Definition

Manages the parts and features of an MVC application.

public ref class ApplicationPartManager
public class ApplicationPartManager
type ApplicationPartManager = class
Public Class ApplicationPartManager
Inheritance
ApplicationPartManager

Constructors

ApplicationPartManager()

Properties

ApplicationParts

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.

FeatureProviders

Gets the list of IApplicationFeatureProviders.

Methods

PopulateFeature<TFeature>(TFeature)

Populates the given feature using the list of IApplicationFeatureProvider<TFeature>s configured on the ApplicationPartManager.

Applies to