ViewComponentConventions.GetComponentFullName(TypeInfo) Method

Definition

Get the component's full name from a type from the Name first. If not defined, the full name is the Namespace with the 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

Parameters

componentType
TypeInfo

The component type.

Returns

The full name of the component.

Applies to