IActionDescriptorCollectionProvider.ActionDescriptors Property
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.
Returns the current cached ActionDescriptorCollection
public:
property Microsoft::AspNetCore::Mvc::Infrastructure::ActionDescriptorCollection ^ ActionDescriptors { Microsoft::AspNetCore::Mvc::Infrastructure::ActionDescriptorCollection ^ get(); };
public Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection ActionDescriptors { get; }
member this.ActionDescriptors : Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection
Public ReadOnly Property ActionDescriptors As ActionDescriptorCollection