3 references to Name
Microsoft.AspNetCore.Mvc.TagHelpers (3)
PartialTagHelper.cs (3)
86/// View to lookup if the view specified by <see cref="Name"/> cannot be located. 112var result = FindView(Name); 129var errorMessage = Resources.FormatViewEngine_PartialViewNotFound(Name, locations);