ICompilationReferencesProvider Interface

Exposes one or more reference paths from an Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart.

Namespace
Microsoft.AspNetCore.Mvc.ApplicationParts
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public interface ICompilationReferencesProvider
interface Microsoft.AspNetCore.Mvc.ApplicationParts.ICompilationReferencesProvider

Methods

GetReferencePaths()

Gets reference paths used to perform runtime compilation.

Return type:System.Collections.Generic.IEnumerable<System.String>
IEnumerable<string> GetReferencePaths()