C# Class Naif.Blog.Framework.ThemeViewLocationExpander

Inheritance: IViewLocationExpander
Afficher le fichier Open project: cnurse/Naif.Blog

Méthodes publiques

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

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