Microsoft.AspNet.Mvc.Razor.Directives Namespace

namespace Microsoft.AspNet.Mvc.Razor.Directives

Interfaces

interface IChunkMerger
Defines the contract for merging @!:Chunk- instances from _ViewStart files.
interface IChunkTreeCache
A cache for parsed @!:ChunkTree-s.

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 <c>_ViewImports</c> pages.
class DefaultChunkTreeCache
Default implementation of [Microsoft.AspNet.Mvc.Razor.Directives.IChunkTreeCache](Microsoft.AspNet.Mvc.Razor.Directives.IChunkTreeCache.yml).
class InjectChunkMerger
A [Microsoft.AspNet.Mvc.Razor.Directives.IChunkMerger](Microsoft.AspNet.Mvc.Razor.Directives.IChunkMerger.yml) that merges [Microsoft.AspNet.Mvc.Razor.InjectChunk](Microsoft.AspNet.Mvc.Razor.InjectChunk.yml) instances.
class SetBaseTypeChunkMerger
A [Microsoft.AspNet.Mvc.Razor.Directives.IChunkMerger](Microsoft.AspNet.Mvc.Razor.Directives.IChunkMerger.yml) that merges @!:SetBaseTypeChunk- instances.
class UsingChunkMerger
A [Microsoft.AspNet.Mvc.Razor.Directives.IChunkMerger](Microsoft.AspNet.Mvc.Razor.Directives.IChunkMerger.yml) that merges @!:UsingChunk- instances.