ViewsFeatureProvider.GetViewInfoContainerType(AssemblyPart) 方法

定义

获取指定 assemblyPartViewInfoContainer 类型。

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

参数

assemblyPart
AssemblyPart

AssemblyPart

返回

ViewInfoContainerType

适用于