ActionDescriptorCollectionProvider Class
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.
A base class for IActionDescriptorCollectionProvider which also provides an IChangeToken for reactive notifications of ActionDescriptor changes.
public ref class ActionDescriptorCollectionProvider abstract : Microsoft::AspNetCore::Mvc::Infrastructure::IActionDescriptorCollectionProvider
public abstract class ActionDescriptorCollectionProvider : Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider
type ActionDescriptorCollectionProvider = class
interface IActionDescriptorCollectionProvider
Public MustInherit Class ActionDescriptorCollectionProvider
Implements IActionDescriptorCollectionProvider
- Inheritance
-
ActionDescriptorCollectionProvider
- Implements
Remarks
ActionDescriptorCollectionProvider is used as a base class by the default implementation of IActionDescriptorCollectionProvider. To retrieve an instance of ActionDescriptorCollectionProvider, obtain the IActionDescriptorCollectionProvider from the dependency injection provider and downcast to ActionDescriptorCollectionProvider.
Constructors
ActionDescriptorCollectionProvider() |
Properties
ActionDescriptors |
Returns the current cached ActionDescriptorCollection |
Methods
GetChangeToken() |
Gets an IChangeToken that will be signaled after the ActionDescriptors collection has changed. |