ControllerActivatorProvider Sınıf

Tanım

MVC denetleyicisi oluşturmak için yöntemler sağlar.

public ref class ControllerActivatorProvider : Microsoft::AspNetCore::Mvc::Controllers::IControllerActivatorProvider
public class ControllerActivatorProvider : Microsoft.AspNetCore.Mvc.Controllers.IControllerActivatorProvider
type ControllerActivatorProvider = class
    interface IControllerActivatorProvider
Public Class ControllerActivatorProvider
Implements IControllerActivatorProvider
Devralma
ControllerActivatorProvider
Uygulamalar

Oluşturucular

ControllerActivatorProvider(IControllerActivator)

yeni bir örneğini ControllerActivatorProviderbaşlatır.

Yöntemler

CreateActivator(ControllerActionDescriptor)

Func<T,TResult> Denetleyici oluşturan bir oluşturur.

CreateAsyncReleaser(ControllerActionDescriptor)

Denetleyiciyi Action serbest bırakan bir oluşturur.

CreateReleaser(ControllerActionDescriptor)

Denetleyiciyi Action serbest bırakan bir oluşturur.

Şunlara uygulanır