LanguageViewLocationExpander.PopulateValues 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由 叫 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 檢視位置擴充作業的 。