Microsoft.AspNetCore.Mvc.ApplicationParts Namespace

namespace Microsoft.AspNetCore.Mvc.ApplicationParts

Interfaces

interface IApplicationFeatureProvider
Marker interface for Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider implementations.
interface IApplicationFeatureProvider<TFeature>
A provider for a given <em>TFeature</em> feature.
interface IApplicationPartTypeProvider
Exposes a set of types from an Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart.
interface ICompilationReferencesProvider
Exposes one or more reference paths from an Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart.

Classes

class ApplicationPart
A part of an MVC application.
class ApplicationPartManager
Manages the parts and features of an MVC application.
class AssemblyPart
An Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart backed by an Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart.Assembly.