ViewsFeatureProvider 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
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() |
已过时.
|
字段
PrecompiledViewsAssemblySuffix |
已过时.
获取视图程序集的后缀。 |
ViewInfoContainerNamespace |
已过时.
获取视图程序集中 ViewInfoContainer 类型的命名空间。 |
ViewInfoContainerTypeName |
已过时.
获取视图程序集中视图集合类型的类型名称。 |
方法
GetViewAttributes(AssemblyPart) |
已过时.
获取与指定的 |
GetViewInfoContainerType(AssemblyPart) |
已过时.
获取指定 |
PopulateFeature(IEnumerable<ApplicationPart>, ViewsFeature) |
已过时.
|