1 write to FullName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponents\DefaultViewComponentDescriptorProvider.cs (1)
53FullName = ViewComponentConventions.GetComponentFullName(typeInfo),
12 references to FullName
Microsoft.AspNetCore.Mvc.RazorPages (4)
PageBase.cs (2)
1204/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param> 1228/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param>
PageModel.cs (2)
1562/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param> 1586/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param>
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
Controller.cs (2)
213/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param> 239/// <see cref="ViewComponents.ViewComponentDescriptor.FullName"/>.</param>
ViewComponents\DefaultViewComponentHelper.cs (2)
133var viewBuffer = new ViewBuffer(_viewBufferScope, descriptor.FullName, ViewBuffer.ViewComponentPageSize); 142Resources.FormatViewComponent_IViewComponentFactory_ReturnedNull(descriptor.FullName));
ViewComponents\DefaultViewComponentSelector.cs (2)
60_lookupByFullName = collection.Items.ToLookup(c => c.FullName, c => c); 97candidate.FullName));
ViewComponents\ViewComponentDescriptor.cs (2)
55/// <c>ViewComponent</c> as a suffix, the suffix will be omitted from the <see cref="FullName"/>. 67/// the <see cref="FullName"/>.