次の方法で共有


PageViewLocationExpander クラス

定義

IViewLocationExpander PageView の 。

public ref class PageViewLocationExpander : Microsoft::AspNetCore::Mvc::Razor::IViewLocationExpander
public class PageViewLocationExpander : Microsoft.AspNetCore.Mvc.Razor.IViewLocationExpander
type PageViewLocationExpander = class
    interface IViewLocationExpander
Public Class PageViewLocationExpander
Implements IViewLocationExpander
継承
PageViewLocationExpander
実装

コンストラクター

PageViewLocationExpander()

IViewLocationExpander PageView の 。

メソッド

ExpandViewLocations(ViewLocationExpanderContext, IEnumerable<String>)

ビューの RazorViewEngine 潜在的な場所を決定するために、 によって呼び出されます。

PopulateValues(ViewLocationExpanderContext)

のこのインスタンスIViewLocationExpanderによって使用される値を決定するために、 によってRazorViewEngine呼び出されます。 計算値は、前回の位置以降にビューの場所が変更されたかどうかを判断するために使用されます。

適用対象