C# Class MvcTemplate.Components.Mvc.ViewLocationExpander

Inheritance: IViewLocationExpander
Afficher le fichier Open project: NonFactors/MVC6.Template Class Usage Examples

Méthodes publiques

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

Method Details

ExpandViewLocations() public méthode

public ExpandViewLocations ( Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context, IEnumerable locations ) : IEnumerable
context Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext
locations 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