IControllerActivatorProvider Arabirim
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
MVC denetleyicisi oluşturmak için yöntemler sağlar.
public interface class IControllerActivatorProvider
public interface IControllerActivatorProvider
type IControllerActivatorProvider = interface
Public Interface IControllerActivatorProvider
- Türetilmiş
Yöntemler
CreateActivator(ControllerActionDescriptor) |
Func<T,TResult> Denetleyici oluşturan bir oluşturur. |
CreateAsyncReleaser(ControllerActionDescriptor) |
Action Denetleyiciyi serbest bırakan bir oluşturur. |
CreateReleaser(ControllerActionDescriptor) |
Action Denetleyiciyi serbest bırakan bir oluşturur. |