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)

RazorViewEngine 调用以确定此 实例 IViewLocationExpander将使用的值。 计算值用于确定自上次定位以来视图位置是否已更改。

适用于