ActionDescriptorCollectionProvider.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:
abstract property Microsoft::AspNetCore::Mvc::Infrastructure::ActionDescriptorCollection ^ ActionDescriptors { Microsoft::AspNetCore::Mvc::Infrastructure::ActionDescriptorCollection ^ get(); };
public abstract Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection ActionDescriptors { get; }
member this.ActionDescriptors : Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection
Public MustOverride ReadOnly Property ActionDescriptors As ActionDescriptorCollection