次の方法で共有


ViewsFeatureProvider クラス

定義

注意事項

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)
継承
ViewsFeatureProvider
属性
実装

コンストラクター

ViewsFeatureProvider()
古い.

ViewsFeatureIApplicationFeatureProvider<TFeature>

フィールド

PrecompiledViewsAssemblySuffix
古い.

ビュー アセンブリのサフィックスを取得します。

ViewInfoContainerNamespace
古い.

ビュー アセンブリ内の型の ViewInfoContainer 名前空間を取得します。

ViewInfoContainerTypeName
古い.

ビュー アセンブリ内のビュー コレクション型の型名を取得します。

メソッド

GetViewAttributes(AssemblyPart)
古い.

指定した に関連付けられているインスタンスの RazorViewAttribute シーケンスを取得します assemblyPart

GetViewInfoContainerType(AssemblyPart)
古い.

指定した の 型 ViewInfoContainer を取得します assemblyPart

PopulateFeature(IEnumerable<ApplicationPart>, ViewsFeature)
古い.

インスタンスをfeature更新します。

適用対象