Share via


MvcRazorHost.GetInheritedChunkTreeResults(String) Method

Definition

Locates and parses _ViewImports.cshtml files applying to the given sourceFileName to create ChunkTreeResults.

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)

Parameters

sourceFileName
String

The path to a Razor file to locate _ViewImports.cshtml for.

Returns

Inherited ChunkTreeResults.

Applies to