Sdílet prostřednictvím


MvcRazorHost.GetInheritedChunkTreeResults(String) Metoda

Definice

Vyhledá a analyzuje soubory _ViewImports.cshtml, které se vztahují k danému sourceFileName souboru k vytvoření ChunkTreeResultsouboru s.

public:
 System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Razor::Directives::ChunkTreeResult ^> ^ GetInheritedChunkTreeResults(System::String ^ sourceFileName);
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Razor.Directives.ChunkTreeResult> GetInheritedChunkTreeResults (string sourceFileName);
member this.GetInheritedChunkTreeResults : string -> System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Razor.Directives.ChunkTreeResult>
Public Function GetInheritedChunkTreeResults (sourceFileName As String) As IReadOnlyList(Of ChunkTreeResult)

Parametry

sourceFileName
String

Cesta k souboru Razor pro vyhledání _ViewImports.cshtml.

Návraty

Zděděný ChunkTreeResults.

Platí pro