IActionDescriptorChangeProvider Interface

Definition

Provides a way to signal invalidation of the cached collection of ActionDescriptor from an IActionDescriptorCollectionProvider.

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

Remarks

The change token returned from GetChangeToken() is only for use inside the MVC infrastructure. Use GetChangeToken() to be notified of ActionDescriptor changes.

Methods

GetChangeToken()

Gets a IChangeToken used to signal invalidation of cached ActionDescriptor instances.

Applies to