Microsoft.AspNetCore.Mvc.Razor.Directives Namespace

Classes

ChunkHelper

Contains helper methods for dealing with Chunks

ChunkInheritanceUtility

A utility type for supporting inheritance of directives into a page from applicable _ViewImports pages.

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.