共用方式為


PageViewLocationExpander.PopulateValues(ViewLocationExpanderContext) 方法

定義

由 叫 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目前檢視位置擴充作業的 。

實作

適用於