1 instantiation of ViewLocationExpanderContext
Microsoft.AspNetCore.Mvc.Razor (1)
RazorViewEngine.cs (1)
230
var expanderContext = new
ViewLocationExpanderContext
(
17 references to ViewLocationExpanderContext
Microsoft.AspNetCore.Mvc.Razor (15)
IViewLocationExpander.cs (8)
12
/// (1) <see cref="PopulateValues(
ViewLocationExpanderContext
)"/> is invoked and each expander
14
/// <see cref="ExpandViewLocations(
ViewLocationExpanderContext
, IEnumerable{string})"/>.
16
/// <see cref="PopulateValues(
ViewLocationExpanderContext
)"/> was invoked, the cached result
19
/// <see cref="ExpandViewLocations(
ViewLocationExpanderContext
, IEnumerable{string})"/> is invoked to determine
29
/// <param name="context">The <see cref="
ViewLocationExpanderContext
"/> for the current view location
31
void PopulateValues(
ViewLocationExpanderContext
context);
36
/// <param name="context">The <see cref="
ViewLocationExpanderContext
"/> for the current view location
40
IEnumerable<string> ExpandViewLocations(
ViewLocationExpanderContext
context,
LanguageViewLocationExpander.cs (2)
43
public void PopulateValues(
ViewLocationExpanderContext
context)
53
ViewLocationExpanderContext
context,
RazorViewEngine.cs (3)
230
var
expanderContext = new ViewLocationExpanderContext(
309
internal IEnumerable<string> GetViewLocationFormats(
ViewLocationExpanderContext
context)
338
ViewLocationExpanderContext
expanderContext,
ViewLocationExpanderContext.cs (2)
12
/// Initializes a new instance of <see cref="
ViewLocationExpanderContext
"/>.
72
/// <see cref="IViewLocationExpander.PopulateValues(
ViewLocationExpanderContext
)"/>.
Microsoft.AspNetCore.Mvc.RazorPages (2)
Infrastructure\PageViewLocationExpander.cs (2)
14
public IEnumerable<string> ExpandViewLocations(
ViewLocationExpanderContext
context, IEnumerable<string> viewLocations)
68
public void PopulateValues(
ViewLocationExpanderContext
context)