3 references to GetShortNameByConvention
Microsoft.AspNetCore.Mvc.ViewFeatures (3)
ViewComponents\ViewComponentConventions.cs (3)
41return GetShortNameByConvention(componentType); 46/// If not defined, the full name is the Namespace with the <see cref="GetShortNameByConvention(TypeInfo)"/>. 62var shortName = GetShortNameByConvention(componentType);