C# Class Naif.Blog.Framework.ThemeViewLocationExpander

Inheritance: IViewLocationExpander
Mostrar archivo Open project: cnurse/Naif.Blog

Public Methods

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

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