C# Class example.WebApp.TenantViewLocationExpander

Inheritance: IViewLocationExpander
Afficher le fichier Open project: joeaudette/cloudscribe.Web.SimpleAuth

Méthodes publiques

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

Private Methods

Méthode Description
ExpandTenantLocations ( string tenant, IEnumerable defaultLocations ) : IEnumerable

Method Details

ExpandViewLocations() public méthode

public ExpandViewLocations ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context, IEnumerable viewLocations ) : IEnumerable
context Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
viewLocations IEnumerable
Résultat IEnumerable

PopulateValues() public méthode

public PopulateValues ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context ) : void
context Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
Résultat void