Implemented interface member:
method
ExpandViewLocations
Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander.ExpandViewLocations(Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext, System.Collections.Generic.IEnumerable<System.String>)
7 references to ExpandViewLocations
Microsoft.AspNetCore.Mvc.RazorPages.Test (7)
Infrastructure\PageViewLocationExpanderTest.cs (7)
39
var actual = expander.
ExpandViewLocations
(context, locations);
61
var actual = expander.
ExpandViewLocations
(context, locations);
80
var actual = expander.
ExpandViewLocations
(context, locations);
105
var actual = expander.
ExpandViewLocations
(context, locations);
136
var actual = expander.
ExpandViewLocations
(context, locations);
157
var actual = expander.
ExpandViewLocations
(context, locations);
195
var actual = expander.
ExpandViewLocations
(context, locations);