ViewComponentConventions Class¶
- Namespace
Microsoft.AspNetCore.Mvc.ViewComponents- Assemblies
- Microsoft.AspNetCore.Mvc.ViewFeatures
Syntax¶
public class ViewComponentConventions
-
class
Microsoft.AspNetCore.Mvc.ViewComponents.ViewComponentConventions
Methods¶
-
GetComponentFullName(System.Reflection.TypeInfo)¶ Return type: System.String public static string GetComponentFullName(TypeInfo componentType)
-
GetComponentName(System.Reflection.TypeInfo)¶ Return type: System.String public static string GetComponentName(TypeInfo componentType)
-
IsComponent(System.Reflection.TypeInfo)¶ Return type: System.Boolean public static bool IsComponent(TypeInfo typeInfo)
-