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