Roddles
Results
1
issues of
Roddles
Will you guys be supporting ViewLocationExpanders? I currently have services.Configure(options => { options.ViewLocationExpanders.Add(new TenantViewLocationExpander()); }); public class TenantViewLocationExpander : IViewLocationExpander { public IEnumerable ExpandViewLocations(ViewLocationExpanderContext context, IEnumerable viewLocations) { // Add...
enhancement
pinned