Microsoft.AspNetCore.Mvc.Razor.Directives Namespace¶
-
namespace
Microsoft.AspNetCore.Mvc.Razor.Directives¶ Interfaces
- interface
IChunkMerger - Defines the contract for merging
Microsoft.AspNetCore.Razor.Chunks.Chunkinstances 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.ChunkTreeinformation. - class
DefaultChunkTreeCache - Default implementation of
Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkTreeCache. - class
InjectChunkMerger - A
Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkMergerthat mergesMicrosoft.AspNetCore.Mvc.Razor.InjectChunkinstances. - class
SetBaseTypeChunkMerger - A
Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkMergerthat mergesMicrosoft.AspNetCore.Razor.Chunks.SetBaseTypeChunkinstances. - class
UsingChunkMerger - A
Microsoft.AspNetCore.Mvc.Razor.Directives.IChunkMergerthat mergesMicrosoft.AspNetCore.Razor.Chunks.UsingChunkinstances.
- interface