IViewLocationExpander.PopulateValues(ViewLocationExpanderContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked by a RazorViewEngine to determine the values that would be consumed by this instance of IViewLocationExpander. The calculated values are used to determine if the view location has changed since the last time it was located.
public:
void PopulateValues(Microsoft::AspNetCore::Mvc::Razor::ViewLocationExpanderContext ^ context);
public void PopulateValues (Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext context);
abstract member PopulateValues : Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext -> unit
Public Sub PopulateValues (context As ViewLocationExpanderContext)
Parameters
- context
- ViewLocationExpanderContext
The ViewLocationExpanderContext for the current view location expansion operation.