ReflectedAsyncControllerDescriptor(Type) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe ReflectedAsyncControllerDescriptor.
public ReflectedAsyncControllerDescriptor (Type controllerType);
new System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor : Type -> System.Web.Mvc.Async.ReflectedAsyncControllerDescriptor
Public Sub New (controllerType As Type)
Parâmetros
- controllerType
- Type
O tipo do controlador.