IActionDescriptorChangeProvider インターフェイス

定義

から のキャッシュされたコレクション ActionDescriptor の無効化を通知する方法を IActionDescriptorCollectionProvider提供します。

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

注釈

から GetChangeToken() 返される変更トークンは、MVC インフラストラクチャ内でのみ使用されます。 変更のActionDescriptor通知を受け取るために使用GetChangeToken()します。

メソッド

GetChangeToken()

キャッシュされたインスタンスの IChangeToken 無効化を通知するために使用される ActionDescriptor を取得します。

適用対象