ApplicationPartManager Class
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.
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 |