다음을 통해 공유


ViewComponentConventions.GetComponentFullName(TypeInfo) 메서드

정의

첫 번째 형식 Name 에서 구성 요소의 전체 이름을 가져옵니다. 정의되지 않은 경우 전체 이름은 가 인 네임스페이 Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentConventions.GetShortNameByConvention(System.Reflection.TypeInfo)스입니다.

public:
 static System::String ^ GetComponentFullName(System::Reflection::TypeInfo ^ componentType);
public static string GetComponentFullName (System.Reflection.TypeInfo componentType);
static member GetComponentFullName : System.Reflection.TypeInfo -> string
Public Shared Function GetComponentFullName (componentType As TypeInfo) As String

매개 변수

componentType
TypeInfo

구성 요소 유형입니다.

반환

구성 요소의 전체 이름입니다.

적용 대상