ChunkInheritanceUtility Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A utility type for supporting inheritance of directives into a page from applicable _ViewImports
pages.
public ref class ChunkInheritanceUtility
public class ChunkInheritanceUtility
type ChunkInheritanceUtility = class
Public Class ChunkInheritanceUtility
- Inheritance
-
ChunkInheritanceUtility
Constructors
ChunkInheritanceUtility(MvcRazorHost, IChunkTreeCache, IReadOnlyList<Chunk>) |
Initializes a new instance of ChunkInheritanceUtility. |
Methods
GetInheritedChunkTreeResults(String) |
Gets an ordered IReadOnlyList<T> of parsed ChunkTrees and
file paths for each |
MergeInheritedChunkTrees(ChunkTree, IReadOnlyList<ChunkTree>, String) |
Merges Chunk inherited by default and ChunkTree instances produced by parsing
|