CustomLoaderAttribute(Type) Constructor

Definición

Inicializa una nueva instancia de la clase CustomLoaderAttribute.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

public:
 CustomLoaderAttribute(Type ^ customLoaderType);
public CustomLoaderAttribute (Type customLoaderType);
new System.Web.Hosting.CustomLoaderAttribute : Type -> System.Web.Hosting.CustomLoaderAttribute
Public Sub New (customLoaderType As Type)

Parámetros

customLoaderType
Type

Tipo del cargador personalizado.

Se aplica a