ViewComponentConventions.GetComponentName(TypeInfo) Method

Definition

Gets the name of a component.

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

Parameters

componentType
TypeInfo

Returns

Applies to