Share via


IActionDescriptorChangeProvider 接口

定义

提供一种方法,指示从 IActionDescriptorCollectionProvider的缓存集合ActionDescriptor失效。

public interface class IActionDescriptorChangeProvider
public interface IActionDescriptorChangeProvider
type IActionDescriptorChangeProvider = interface
Public Interface IActionDescriptorChangeProvider

注解

GetChangeToken() 返回的更改令牌仅用于 MVC 基础结构内部。 使用 GetChangeToken() 接收更改通知 ActionDescriptor

方法

GetChangeToken()

获取 IChangeToken 用于指示缓存 ActionDescriptor 实例失效的 。

适用于