2 implementations of IViewLocationExpander
Microsoft.AspNetCore.Mvc.Razor (1)
LanguageViewLocationExpander.cs (1)
20
public class LanguageViewLocationExpander :
IViewLocationExpander
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageViewLocationExpander.cs (1)
11
public class PageViewLocationExpander :
IViewLocationExpander
10 references to IViewLocationExpander
Microsoft.AspNetCore.Mvc.Razor (9)
IViewLocationExpander.cs (2)
11
/// Individual <see cref="
IViewLocationExpander
"/>s are invoked in two steps:
26
/// of <see cref="
IViewLocationExpander
"/>. The calculated values are used to determine if the view location
LanguageViewLocationExpander.cs (1)
9
/// A <see cref="
IViewLocationExpander
"/> that adds the language as an extension prefix to view names. Language
RazorViewEngineOptions.cs (2)
14
public IList<
IViewLocationExpander
> ViewLocationExpanders { get; } = new List<
IViewLocationExpander
>();
ViewLocationCacheKey.cs (2)
37
/// <param name="values">Values from <see cref="
IViewLocationExpander
"/> instances.</param>
80
/// Gets the values populated by <see cref="
IViewLocationExpander
"/> instances.
ViewLocationExpanderContext.cs (2)
7
/// A context for containing information for <see cref="
IViewLocationExpander
"/>.
72
/// <see cref="
IViewLocationExpander
.PopulateValues(ViewLocationExpanderContext)"/>.
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\PageViewLocationExpander.cs (1)
9
/// An <see cref="
IViewLocationExpander
"/> for PageView.