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)
39var actual = expander.ExpandViewLocations(context, locations); 61var actual = expander.ExpandViewLocations(context, locations); 80var actual = expander.ExpandViewLocations(context, locations); 105var actual = expander.ExpandViewLocations(context, locations); 136var actual = expander.ExpandViewLocations(context, locations); 157var actual = expander.ExpandViewLocations(context, locations); 195var actual = expander.ExpandViewLocations(context, locations);