Condividi tramite


ViewsFeatureProvider.GetViewInfoContainerType(AssemblyPart) Metodo

Definizione

Ottiene il tipo di ViewInfoContainer per l'oggetto specificato 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

Parametri

assemblyPart
AssemblyPart

Oggetto AssemblyPart.

Restituisce

Oggetto ViewInfoContainerType.

Si applica a