Microsoft.AspNetCore.Razor.Hosting 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.
Contains types for hosting the Razor view engine.
Classes
RazorCompiledItem |
Identifies a compiled item that can be identified and loaded. |
RazorCompiledItemAttribute |
Specifies that an assembly contains a compiled Razor asset. |
RazorCompiledItemExtensions |
Extension methods for RazorCompiledItem. |
RazorCompiledItemLoader |
A loader implementation that can load RazorCompiledItem objects from an Assembly using reflection. |
RazorCompiledItemMetadataAttribute |
Defines a key/value metadata pair for the decorated Razor type. |
RazorConfigurationNameAttribute |
Specifies the name of a Razor configuration as defined by the Razor SDK. |
RazorExtensionAssemblyNameAttribute |
Specifies the name of a Razor extension as defined by the Razor SDK. |
RazorLanguageVersionAttribute |
Specifies the name of a Razor configuration as defined by the Razor SDK. |
RazorSourceChecksumAttribute |
Specifies the checksum of a source file that contributed to a compiled item. |
Interfaces
IRazorSourceChecksumMetadata |
A metadata object containing the checksum of a source file that contributed to a compiled item. |