Microsoft.AspNetCore.Mvc.Infrastructure Namespace

namespace Microsoft.AspNetCore.Mvc.Infrastructure

Interfaces

interface IActionContextAccessor
interface IActionDescriptorCollectionProvider
Provides the currently cached collection of Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.
interface IActionSelector
Defines an interface for selecting an MVC action to invoke for the current request.

Classes

class ActionContextAccessor
class ActionDescriptorCollection
A cached collection of Microsoft.AspNetCore.Mvc.Abstractions.ActionDescriptor.