ViewsFeatureProvider Clase

Definición

Precaució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)
Herencia
ViewsFeatureProvider
Atributos
Implementaciones

Constructores

ViewsFeatureProvider()

Campos

PrecompiledViewsAssemblySuffix

Obtiene el sufijo para el ensamblado de la vista.

ViewInfoContainerNamespace

Obtiene el espacio de nombres para el ViewInfoContainer tipo en el ensamblado de la vista.

ViewInfoContainerTypeName

Obtiene el nombre de tipo para el tipo de colección de vistas en el ensamblado de vista.

Métodos

GetViewAttributes(AssemblyPart)

Obtiene la secuencia de RazorViewAttribute instancias de asociada al objeto especificado assemblyPart .

GetViewInfoContainerType(AssemblyPart)

Obtiene el tipo de ViewInfoContainer para el especificado assemblyPart .

PopulateFeature(IEnumerable<ApplicationPart>, ViewsFeature)

Novedades la feature instancia.

Se aplica a