4 references to ViewEnginePath
Microsoft.AspNetCore.Mvc.RazorPages (4)
ApplicationModels\PageApplicationModel.cs (2)
87
/// e.g. the <see cref="
ViewEnginePath
"/> for the file /Pages/Catalog/Antiques.cshtml is <c>/Catalog/Antiques</c>
91
/// e.g. the <see cref="
ViewEnginePath
"/> for the file Areas/Identity/Pages/Manage/Accounts.cshtml, is <c>/Manage/Accounts</c>.
ApplicationModels\PageConventionCollection.cs (2)
353
if (string.Equals(model.
ViewEnginePath
, _path, StringComparison.OrdinalIgnoreCase) &&
382
PathBelongsToFolder(_folderPath, model.
ViewEnginePath
))