1 write to ViewName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponent.cs (1)
218ViewName = viewName,
7 references to ViewName
Microsoft.AspNetCore.Mvc.ViewFeatures (7)
ViewComponents\ViewViewComponentResult.cs (7)
47/// Locates and renders a view specified by <see cref="ViewName"/>. If <see cref="ViewName"/> is <c>null</c>, 63/// Locates and renders a view specified by <see cref="ViewName"/>. If <see cref="ViewName"/> is <c>null</c>, 74var isNullOrEmptyViewName = string.IsNullOrEmpty(ViewName); 81result = viewEngine.GetView(viewContext.ExecutingFilePath, ViewName!, isMainPage: false); 98var viewName = isNullOrEmptyViewName ? DefaultViewName : ViewName;