IViewLocationExpander.PopulateValues(ViewLocationExpanderContext) Method

Definition

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.

Applies to