Microsoft.AspNetCore.Mvc.Razor.Directives Namespace
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.
Classes
ChunkHelper |
Contains helper methods for dealing with Chunks |
ChunkInheritanceUtility |
A utility type for supporting inheritance of directives into a page from applicable |
ChunkTreeResult |
Contains ChunkTree information. |
DefaultChunkTreeCache |
Default implementation of IChunkTreeCache. |
InjectChunkMerger |
A IChunkMerger that merges InjectChunk instances. |
SetBaseTypeChunkMerger |
A IChunkMerger that merges SetBaseTypeChunk instances. |
UsingChunkMerger |
A IChunkMerger that merges UsingChunk instances. |
Interfaces
IChunkMerger |
Defines the contract for merging Chunk instances from _ViewStart files. |
IChunkTreeCache |
A cache for parsed ChunkTrees. |