共用方式為


LanguageViewLocationExpander.PopulateValues 方法

定義

由 叫 RazorViewEngine 用,以判斷這個 實例 IViewLocationExpander 所取用的值。 計算值可用來判斷檢視位置自上次找到之後是否已變更。

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)

參數

context
ViewLocationExpanderContext

目前 ViewLocationExpanderContext 檢視位置擴充作業的 。

實作

適用於