Share via


ViewsFeatureProvider Classe

Definição

Cuidado

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)
Herança
ViewsFeatureProvider
Atributos
Implementações

Construtores

ViewsFeatureProvider()
Obsoleto.

Um IApplicationFeatureProvider<TFeature> para ViewsFeature.

Campos

PrecompiledViewsAssemblySuffix
Obsoleto.

Obtém o sufixo para o assembly de exibição.

ViewInfoContainerNamespace
Obsoleto.

Obtém o namespace do ViewInfoContainer tipo no assembly de exibição.

ViewInfoContainerTypeName
Obsoleto.

Obtém o nome do tipo para o tipo de coleção de exibição no assembly de exibição.

Métodos

GetViewAttributes(AssemblyPart)
Obsoleto.

Obtém a sequência de RazorViewAttribute instâncias associadas ao especificado assemblyPart.

GetViewInfoContainerType(AssemblyPart)
Obsoleto.

Obtém o tipo de ViewInfoContainer para o especificado assemblyPart.

PopulateFeature(IEnumerable<ApplicationPart>, ViewsFeature)
Obsoleto.

Atualizações a feature instância.

Aplica-se a