4 references to DisplayName
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
ViewComponents\DefaultViewComponentInvoker.cs (4)
247ViewComponentExecuting(logger, context.ViewComponentDescriptor.DisplayName, formattedArguments); 262context.ViewComponentDescriptor.DisplayName, 299return new KeyValuePair<string, object>("ViewComponentName", _descriptor.DisplayName); 321return _descriptor.DisplayName;