Microsoft.AspNetCore.Mvc.Razor.Directives Namespace

namespace Microsoft.AspNetCore.Mvc.Razor.Directives

Interfaces

interface IChunkMerger
Defines the contract for merging Microsoft.AspNetCore.Razor.Chunks.Chunk instances from _ViewStart files.
interface IChunkTreeCache
A cache for parsed Microsoft.AspNetCore.Razor.Chunks.ChunkTrees.

Classes

class ChunkHelper
Contains helper methods for dealing with Chunks
class ChunkInheritanceUtility
A utility type for supporting inheritance of directives into a page from applicable <code>_ViewImports</code> pages.
class ChunkTreeResult
Contains Microsoft.AspNetCore.Razor.Chunks.ChunkTree information.
class DefaultChunkTreeCache
Default implementation of Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkTreeCache.
class InjectChunkMerger
A Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkMerger that merges Microsoft.AspNetCore.Mvc.Razor.InjectChunk instances.
class SetBaseTypeChunkMerger
A Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkMerger that merges Microsoft.AspNetCore.Razor.Chunks.SetBaseTypeChunk instances.
class UsingChunkMerger
A Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkMerger that merges Microsoft.AspNetCore.Razor.Chunks.UsingChunk instances.