C# Class example.WebApp.TenantViewLocationExpander

Inheritance: IViewLocationExpander
显示文件 Open project: joeaudette/cloudscribe.Web.SimpleAuth

Public Methods

Method Description
ExpandViewLocations ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context, IEnumerable viewLocations ) : IEnumerable
PopulateValues ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context ) : void

Private Methods

Method Description
ExpandTenantLocations ( string tenant, IEnumerable defaultLocations ) : IEnumerable

Method Details

ExpandViewLocations() public method

public ExpandViewLocations ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context, IEnumerable viewLocations ) : IEnumerable
context Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
viewLocations IEnumerable
return IEnumerable

PopulateValues() public method

public PopulateValues ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context ) : void
context Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
return void