1 write to ViewName
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
ViewComponent.cs (1)
218
ViewName
= 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>,
74
var isNullOrEmptyViewName = string.IsNullOrEmpty(
ViewName
);
81
result = viewEngine.GetView(viewContext.ExecutingFilePath,
ViewName
!, isMainPage: false);
98
var viewName = isNullOrEmptyViewName ? DefaultViewName :
ViewName
;