ViewsFeatureProvider Třída

Definice

Upozornění

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)
Dědičnost
ViewsFeatureProvider
Atributy
Implementuje

Konstruktory

ViewsFeatureProvider()

Pole

PrecompiledViewsAssemblySuffix

Získá příponu pro sestavení zobrazení.

ViewInfoContainerNamespace

Načte obor názvů pro ViewInfoContainer typ v sestavení zobrazení.

ViewInfoContainerTypeName

Získá název typu pro typ kolekce zobrazení v sestavení zobrazení.

Metody

GetViewAttributes(AssemblyPart)

Získá sekvenci RazorViewAttribute instancí spojených se zadaným assemblyPart .

GetViewInfoContainerType(AssemblyPart)

Získá typ ViewInfoContainer pro zadanou assemblyPart .

PopulateFeature(IEnumerable<ApplicationPart>, ViewsFeature)

feature Aktualizace instanci.

Platí pro