IAssemblyProvider Interface

Summary

Specifies the contract for discovering assemblies that may contain Mvc specific types such as controllers, view components and precompiled views.

Syntax

public interface IAssemblyProvider

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.IAssemblyProvider

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; }