18 writes to ShortName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
54ShortName = ViewComponentConventions.GetComponentName(typeInfo),
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (16)
ViewComponentResultTest.cs (14)
77ShortName = "Text", 175ShortName = "Text", 206ShortName = "Text", 237ShortName = "AsyncText", 268ShortName = "Text", 309ShortName = "Text", 340ShortName = "Text", 371ShortName = "Text", 403ShortName = "Text", 445ShortName = "Text", 486ShortName = "Text", 546ShortName = "Text", 586ShortName = "Text", 625ShortName = "Text",
ViewComponents\ViewViewComponentResultTest.cs (2)
456componentContext.ViewComponentDescriptor.ShortName = shortName; 532ShortName = "Invoke",
TagHelpersWebSite (1)
TagHelpers\TagCloudViewComponentTagHelper.cs (1)
52ShortName = "TagCloudViewComponentTagHelper",
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)
102context.ViewComponentDescriptor.ShortName,