ViewsFeatureProvider Klasse

Definition

Achtung

This type is obsolete and will be removed in a future version. See IRazorCompiledItemProvider for alternatives.

public ref class ViewsFeatureProvider : Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationFeatureProvider<Microsoft::AspNetCore::Mvc::Razor::Compilation::ViewsFeature ^>
public class ViewsFeatureProvider : Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider<Microsoft.AspNetCore.Mvc.Razor.Compilation.ViewsFeature>
[System.Obsolete("This type is obsolete and will be removed in a future version. See IRazorCompiledItemProvider for alternatives.")]
public class ViewsFeatureProvider : Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationFeatureProvider<Microsoft.AspNetCore.Mvc.Razor.Compilation.ViewsFeature>
type ViewsFeatureProvider = class
    interface IApplicationFeatureProvider<ViewsFeature>
    interface IApplicationFeatureProvider
[<System.Obsolete("This type is obsolete and will be removed in a future version. See IRazorCompiledItemProvider for alternatives.")>]
type ViewsFeatureProvider = class
    interface IApplicationFeatureProvider<ViewsFeature>
    interface IApplicationFeatureProvider
Public Class ViewsFeatureProvider
Implements IApplicationFeatureProvider(Of ViewsFeature)
Vererbung
ViewsFeatureProvider
Attribute
Implementiert

Konstruktoren

ViewsFeatureProvider()
Veraltet.

Eine IApplicationFeatureProvider<TFeature> für die ViewsFeature.

Felder

PrecompiledViewsAssemblySuffix
Veraltet.

Ruft das Suffix für die Ansichtsassembly ab.

ViewInfoContainerNamespace
Veraltet.

Ruft den Namespace für den ViewInfoContainer Typ in der Ansichtsassembly ab.

ViewInfoContainerTypeName
Veraltet.

Ruft den Typnamen für den Ansichtsauflistungstyp in der Ansichtsassembly ab.

Methoden

GetViewAttributes(AssemblyPart)
Veraltet.

Ruft die Sequenz von RazorViewAttribute Instanzen ab, die dem angegebenen assemblyPartzugeordnet sind.

GetViewInfoContainerType(AssemblyPart)
Veraltet.

Ruft den Typ von ViewInfoContainer für die angegebene assemblyPartab.

PopulateFeature(IEnumerable<ApplicationPart>, ViewsFeature)
Veraltet.

Updates die feature instance.

Gilt für: