IActionDescriptorChangeProvider Interface   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides a way to signal invalidation of the cached collection of ActionDescriptor from an IActionDescriptorCollectionProvider.
public interface class IActionDescriptorChangeProviderpublic interface IActionDescriptorChangeProvidertype IActionDescriptorChangeProvider = interfacePublic Interface IActionDescriptorChangeProviderRemarks
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. |