Freigeben über


CompiledRazorAssemblyApplicationPartFactory Klasse

Definition

Konfiguriert eine Assembly als CompiledRazorAssemblyPart.

public ref class CompiledRazorAssemblyApplicationPartFactory : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPartFactory
public class CompiledRazorAssemblyApplicationPartFactory : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPartFactory
type CompiledRazorAssemblyApplicationPartFactory = class
    inherit ApplicationPartFactory
Public Class CompiledRazorAssemblyApplicationPartFactory
Inherits ApplicationPartFactory
Vererbung
CompiledRazorAssemblyApplicationPartFactory

Konstruktoren

CompiledRazorAssemblyApplicationPartFactory()

Konfiguriert eine Assembly als CompiledRazorAssemblyPart.

Methoden

GetApplicationParts(Assembly)

Ruft eine oder ApplicationPart mehrere Instanzen für die angegebene assemblyab.

GetDefaultApplicationParts(Assembly)

Ruft die Sequenz der ApplicationPart Instanzen ab, die von diesem instance von DefaultApplicationPartFactoryerstellt werden.

Anwendungen können diese Methode verwenden, um dasselbe Verhalten zu erhalten, das diese Factory während der Standardteilermittlung von MVC erzeugt.

Gilt für: