Share via


LanguageViewLocationExpander.PopulateValues 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:
 virtual 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
override this.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.

Implements

Applies to