IViewContextAware 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于使用 对 视图激活的属性进行上下文化的 ViewContext协定。
public interface class IViewContextAware
public interface IViewContextAware
type IViewContextAware = interface
Public Interface IViewContextAware
- 派生
注解
此接口用于使用 @inject
对添加到 Razor 页的属性进行上下文化。
方法
Contextualize(ViewContext) |
使用指定的 |