1 write to ShortName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
54
ShortName
= ViewComponentConventions.GetComponentName(typeInfo),
10 references to ShortName
Microsoft.AspNetCore.Mvc.RazorPages (4)
PageBase.cs (2)
1203
/// <see cref="ViewComponents.ViewComponentDescriptor.
ShortName
"/> or
1227
/// <see cref="ViewComponents.ViewComponentDescriptor.
ShortName
"/> or
PageModel.cs (2)
1561
/// <see cref="ViewComponents.ViewComponentDescriptor.
ShortName
"/> or
1585
/// <see cref="ViewComponents.ViewComponentDescriptor.
ShortName
"/> or
Microsoft.AspNetCore.Mvc.ViewFeatures (6)
Controller.cs (2)
212
/// <see cref="ViewComponents.ViewComponentDescriptor.
ShortName
"/> or
238
/// <see cref="ViewComponents.ViewComponentDescriptor.
ShortName
"/> or
ViewComponents\DefaultViewComponentSelector.cs (1)
59
_lookupByShortName = collection.Items.ToLookup(c => c.
ShortName
, c => c);
ViewComponents\ViewComponentDescriptor.cs (2)
90
/// <c>ViewComponent</c> as a suffix, the suffix will be omitted from the <see cref="
ShortName
"/>.
102
/// value (using '.' as a separate) will be used as the <see cref="
ShortName
"/>.
ViewComponents\ViewViewComponentResult.cs (1)
102
context.ViewComponentDescriptor.
ShortName
,