IActionDescriptorCollectionProvider Interface

Provides the currently cached collection of Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.

Namespace
Microsoft.AspNetCore.Mvc.Infrastructure
Assemblies
  • Microsoft.AspNetCore.Mvc.Core

Syntax

public interface IActionDescriptorCollectionProvider
interface Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider

Properties

Microsoft.AspNetCore.Mvc.Infrastructure.IActionDescriptorCollectionProvider.ActionDescriptors

Returns the current cached Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection

Return type:Microsoft.AspNetCore.Mvc.Infrastructure.ActionDescriptorCollection
ActionDescriptorCollection ActionDescriptors { get; }