IActionDescriptorChangeProvider 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供一种方法,指示从 IActionDescriptorCollectionProvider的缓存集合ActionDescriptor失效。
public interface class IActionDescriptorChangeProvider
public interface IActionDescriptorChangeProvider
type IActionDescriptorChangeProvider = interface
Public Interface IActionDescriptorChangeProvider
注解
从 GetChangeToken() 返回的更改令牌仅用于 MVC 基础结构内部。 使用 GetChangeToken() 接收更改通知 ActionDescriptor 。
方法
GetChangeToken() |
获取 IChangeToken 用于指示缓存 ActionDescriptor 实例失效的 。 |