CompiledRazorAssemblyPart Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ein ApplicationPart für kompilierte Razor-Assemblys.
public ref class CompiledRazorAssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IRazorCompiledItemProvider
public class CompiledRazorAssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IRazorCompiledItemProvider
type CompiledRazorAssemblyPart = class
inherit ApplicationPart
interface IRazorCompiledItemProvider
Public Class CompiledRazorAssemblyPart
Inherits ApplicationPart
Implements IRazorCompiledItemProvider
- Vererbung
- Implementiert
Konstruktoren
CompiledRazorAssemblyPart(Assembly) |
Initialisiert eine neue Instanz von CompiledRazorAssemblyPart. |
Eigenschaften
Assembly |
Ruft das Assembly ab. |
Name |
Ruft den Namen ab ApplicationPart . |
Explizite Schnittstellenimplementierungen
IRazorCompiledItemProvider.CompiledItems |
Ein ApplicationPart für kompilierte Razor-Assemblys. |