C# Class MvcTemplate.Components.Mvc.ViewLocationExpander

Inheritance: IViewLocationExpander
Show file Open project: NonFactors/MVC6.Template Class Usage Examples

Public Methods

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

Method Details

ExpandViewLocations() public method

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

PopulateValues() public method

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