ViewsFeatureProvider.GetViewInfoContainerType(AssemblyPart) Methode

Definition

Ruft den Typ von ViewInfoContainer für die angegebene assemblyPartab.

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

Parameter

assemblyPart
AssemblyPart

Die AssemblyPart.

Gibt zurück

Der ViewInfoContainerType.

Gilt für: