Compartir a través de


ViewsFeatureProvider.GetViewInfoContainerType(AssemblyPart) Método

Definición

Obtiene el tipo de ViewInfoContainer para el especificado assemblyPart.

protected:
 virtual Type ^ GetViewInfoContainerType(Microsoft::AspNetCore::Mvc::ApplicationParts::AssemblyPart ^ assemblyPart);
protected virtual Type GetViewInfoContainerType (Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart assemblyPart);
abstract member GetViewInfoContainerType : Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart -> Type
override this.GetViewInfoContainerType : Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart -> Type
Protected Overridable Function GetViewInfoContainerType (assemblyPart As AssemblyPart) As Type

Parámetros

assemblyPart
AssemblyPart

AssemblyPart.

Devoluciones

.ViewInfoContainerType

Se aplica a