IAssemblyProvider Interface¶
Summary¶
Specifies the contract for discovering assemblies that may contain Mvc specific types such as controllers, view components and precompiled views.
Properties¶
-
CandidateAssemblies
()¶ Gets the sequence of candidate [System.Reflection.Assembly]() instances that the application uses for discovery of Mvc specific types.
Return type: System.Collections.Generic.IEnumerable{System.Reflection.Assembly} IEnumerable<Assembly> CandidateAssemblies { get; }
-