FeatureViewLocationExpander.

PopulateValues(ViewLocationExpanderContext) Method

Summary

Invoked by a Microsoft.AspNetCore.Mvc.Razor.RazorViewEngine to determine the values that would be consumed by this instance of Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander. The calculated values are used to determine if the view location has changed since the last time it was located.

Syntax

public void PopulateValues(ViewLocationExpanderContext context)

Attributes

Type Description
NullableContextAttribute

Parameters

Name Type Description
context ViewLocationExpanderContext The Microsoft.AspNetCore.Mvc.Razor.ViewLocationExpanderContext for the current view location expansion operation.

Return Value

Type Description
void