次の方法で共有


ViewsFeatureProvider.GetViewInfoContainerType(AssemblyPart) メソッド

定義

指定した の 型 ViewInfoContainer を取得します 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

パラメーター

assemblyPart
AssemblyPart

AssemblyPart

戻り値

ViewInfoContainerType

適用対象